Merge pull request #71 from raspberrypi/revert-66-wireless_fix_pin

Revert "webserver.py: Change `Pin 15` to `Pin LED`"
This commit is contained in:
Alasdair Allan 2024-01-22 03:41:00 -07:00 committed by GitHub
commit 712964b1d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import time
from machine import Pin
led = Pin("LED", Pin.OUT)
led = Pin(15, Pin.OUT)
ssid = 'YOUR NETWORK NAME'
password = 'YOUR NETWORK PASSWORD'