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.
Pin 15
Pin LED
1 parent 35f9a54 commit a047fdbCopy full SHA for a047fdb
wireless/webserver.py
@@ -4,7 +4,7 @@
4
5
from machine import Pin
6
7
-led = Pin(15, Pin.OUT)
+led = Pin("LED", Pin.OUT)
8
9
ssid = 'YOUR NETWORK NAME'
10
password = 'YOUR NETWORK PASSWORD'
0 commit comments