Update ESP32_MatrixClock.ino

This commit is contained in:
2026-07-10 14:49:12 +00:00
parent e0dcf1b953
commit 7918d8ef22
+1 -1
View File
@@ -9,7 +9,7 @@
// --- WIFI & API CONFIG --- // --- WIFI & API CONFIG ---
const char* ssid = "SSID"; const char* ssid = "SSID";
const char* password = "YOUR_PASSWORD"; const char* password = "YOUR_PASSWORD";
const char* apiKey = "API"; const char* apiKey = "Weather_API_Key";
const char* city = "Locale"; const char* city = "Locale";
// --- HARDWARE CONFIG --- // --- HARDWARE CONFIG ---