pull/7/head
Tayfun ULU 2017-10-24 08:44:49 +03:00 zatwierdzone przez GitHub
rodzic cf5faf4862
commit 4bcd3531dc
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -8,7 +8,6 @@ def do_connect(ntwrk_ssid, netwrk_pass):
sta_if.active(True)
if not sta_if.isconnected():
print('try to connect : '+ntwrk_ssid+' network...')
sta_if.active(True)
sta_if.connect(ntwrk_ssid, netwrk_pass)
a=0
while not sta_if.isconnected() | (a > 99) :