We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f518f commit 23fc6e0Copy full SHA for 23fc6e0
content/tutorials/networkprotocols/ntp.md
@@ -12,7 +12,7 @@ import time
12
import machine
13
14
wlan = WLAN(mode=WLAN.STA)
15
-wlan.connect(ssid="Pycom", auth=(WLAN.WPA2, "PyE!ndh0ven#")) #for the connection details, check your router.
+wlan.connect(ssid="", auth=(WLAN.WPA2, "")) #for the connection details, check your router.
16
while not wlan.isconnected():
17
machine.idle()
18
print("connected to WiFi")
0 commit comments