We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 956d008 + 23c8dd5 commit 712964bCopy full SHA for 712964b
wireless/webserver.py
@@ -4,7 +4,7 @@
4
5
from machine import Pin
6
7
-led = Pin("LED", Pin.OUT)
+led = Pin(15, Pin.OUT)
8
9
ssid = 'YOUR NETWORK NAME'
10
password = 'YOUR NETWORK PASSWORD'
0 commit comments