There was an error while loading. Please reload this page.
1 parent bd98b00 commit 6e1092eCopy full SHA for 6e1092e
README.md
@@ -1 +1,5 @@
1
# esp8266_ntp_webserver
2
++ LED support
3
++ NTP time sync
4
++ Time persistance
5
++ Very basic Webserver
main.py
@@ -89,7 +89,7 @@ def do_connect():
89
if not sta_if.isconnected():
90
print('connecting to network...')
91
sta_if.active(True)
92
- sta_if.connect('Fuxbau', 'JuV30062013')
+ sta_if.connect('-', '-')
93
while not sta_if.isconnected():
94
print(".", end="")
95
time.sleep(.25)
0 commit comments