Revert "webserver.py: Change `Pin 15` to `Pin LED`"

This commit is contained in:
Alasdair Allan 2024-01-22 10:40:12 +00:00 committed by GitHub
parent 956d008664
commit 23c8dd5082
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'