diff --git a/ESP32_MatrixClock.ino b/ESP32_MatrixClock.ino index 3490693..3607579 100644 --- a/ESP32_MatrixClock.ino +++ b/ESP32_MatrixClock.ino @@ -7,10 +7,10 @@ #include // --- WIFI & API CONFIG --- -const char* ssid = "Ocelot"; +const char* ssid = "SSID"; const char* password = "YOUR_PASSWORD"; -const char* apiKey = "d0128438a6bf2336df0e3e1faefcb556"; -const char* city = "Leduc,CA"; +const char* apiKey = "API"; +const char* city = "Locale"; // --- HARDWARE CONFIG --- #define HARDWARE_TYPE MD_MAX72XX::FC16_HW