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.
2 parents 77c6ad6 + db83878 commit 5a7d086Copy full SHA for 5a7d086
RGB_Matrix_New_York_Times_Title_Scroller/code.py
@@ -26,7 +26,7 @@
26
# theater, t-magazine, travel, upshot, us, world
27
28
# --- Wi-Fi setup ---
29
-wifi.radio.connect(os.getenv("CIRCUITPY_WIFI_SSID"), os.getenv("CIRCUITPY_WIFI_SSID"))
+wifi.radio.connect(os.getenv("CIRCUITPY_WIFI_SSID"), os.getenv("CIRCUITPY_WIFI_PASSWORD"))
30
print(f"Connected to {os.getenv('CIRCUITPY_WIFI_SSID')}")
31
32
# --- Display setup ---
0 commit comments