Skip to content

Commit 712964b

Browse files
authored
Merge pull request #71 from raspberrypi/revert-66-wireless_fix_pin
Revert "webserver.py: Change `Pin 15` to `Pin LED`"
2 parents 956d008 + 23c8dd5 commit 712964b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wireless/webserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from machine import Pin
66

7-
led = Pin("LED", Pin.OUT)
7+
led = Pin(15, Pin.OUT)
88

99
ssid = 'YOUR NETWORK NAME'
1010
password = 'YOUR NETWORK PASSWORD'

0 commit comments

Comments
 (0)