Update update.py

Update wifi
This commit is contained in:
2026-06-17 08:10:19 +02:00
parent 0fff87937d
commit 45bdeb90db

View File

@@ -11,8 +11,8 @@ import gc
# WIFI
# -----------------------
SSID = "YOUR_WIFI"
PASSWORD = "YOUR_PASSWORD"
SSID = "BAILIE"
PASSWORD = "hellothere"
wlan = network.WLAN(network.STA_IF)
wlan.active(True)