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 956d008 commit 23c8dd5Copy full SHA for 23c8dd5
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