Skip to content

Commit 6e1092e

Browse files
author
RoterFux
committed
readme update
1 parent bd98b00 commit 6e1092e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# esp8266_ntp_webserver
2+
+ LED support
3+
+ NTP time sync
4+
+ Time persistance
5+
+ Very basic Webserver

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def do_connect():
8989
if not sta_if.isconnected():
9090
print('connecting to network...')
9191
sta_if.active(True)
92-
sta_if.connect('Fuxbau', 'JuV30062013')
92+
sta_if.connect('-', '-')
9393
while not sta_if.isconnected():
9494
print(".", end="")
9595
time.sleep(.25)

0 commit comments

Comments
 (0)