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.
2 parents 472bdbc + e6a6a4a commit 374ec22Copy full SHA for 374ec22
content/tutorials/networks/wlan.md
@@ -45,7 +45,7 @@ from network import WLAN
45
import machine
46
wlan = WLAN(mode=WLAN.STA)
47
48
-wlan.connect(ssid='ssid', auth=(WLAN,WPA2, 'password'))
+wlan.connect(ssid='ssid', auth=(WLAN.WPA2, 'password'))
49
while not wlan.isconnected():
50
machine.idle()
51
print("WiFi connected succesfully")
0 commit comments