Update ESP32_MatrixClock.ino

This commit is contained in:
2026-07-10 14:47:18 +00:00
parent 2ca1f94304
commit e0dcf1b953
+3 -3
View File
@@ -7,10 +7,10 @@
#include <ArduinoJson.h>
// --- 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