Update ESP32_MatrixClock.ino
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user