diff --git a/ESP32_MatrixClock.ino b/ESP32_MatrixClock.ino index 3607579..0387535 100644 --- a/ESP32_MatrixClock.ino +++ b/ESP32_MatrixClock.ino @@ -9,7 +9,7 @@ // --- WIFI & API CONFIG --- const char* ssid = "SSID"; const char* password = "YOUR_PASSWORD"; -const char* apiKey = "API"; +const char* apiKey = "Weather_API_Key"; const char* city = "Locale"; // --- HARDWARE CONFIG ---