This commit is contained in:
2026-02-16 02:01:27 -08:00
parent 9790fd4a31
commit 185067e5d5
6 changed files with 72 additions and 43 deletions

View File

@@ -11,7 +11,7 @@
struct WiFiCred { const char *ssid; const char *pass; };
static WiFiCred wifiNetworks[] = {
{ "Dobro Veče", "goodnight" },
{ "berylpunk", "dhgwilliam" },
{ "iot-2GHz", "lesson-greater" },
};
static const int NUM_WIFI = sizeof(wifiNetworks) / sizeof(wifiNetworks[0]);