diff --git a/boot.py b/boot.py index 93aec58..1a94de1 100644 --- a/boot.py +++ b/boot.py @@ -9,7 +9,7 @@ def do_connect(): if not wlan.isconnected(): print('connecting to network...') - wlan.connect('mimimi', 'phplandia') + wlan.connect('SSID_DA_SUA_REDE', 'SENHA_DA_SUA_REDE') while not wlan.isconnected(): pass