From 2cae0c128b0c5885c3141d5507547aab1e9705f0 Mon Sep 17 00:00:00 2001 From: Thiago Paes Date: Tue, 24 Sep 2019 01:38:05 -0300 Subject: [PATCH] Update boot.py --- boot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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