Skip to content

Commit 23fc6e0

Browse files
gijsiopeter-pycom
authored andcommitted
Update ntp.md
1 parent d4f518f commit 23fc6e0

File tree

1 file changed

+1
-1
lines changed
  • content/tutorials/networkprotocols

1 file changed

+1
-1
lines changed

content/tutorials/networkprotocols/ntp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import time
1212
import machine
1313

1414
wlan = WLAN(mode=WLAN.STA)
15-
wlan.connect(ssid="Pycom", auth=(WLAN.WPA2, "PyE!ndh0ven#")) #for the connection details, check your router.
15+
wlan.connect(ssid="", auth=(WLAN.WPA2, "")) #for the connection details, check your router.
1616
while not wlan.isconnected():
1717
machine.idle()
1818
print("connected to WiFi")

0 commit comments

Comments
 (0)