This commit is contained in:
2025-09-01 14:47:10 +02:00
parent 13d163ccb6
commit 6cf7214cb3
3 changed files with 81 additions and 4 deletions

View File

@@ -7,14 +7,16 @@
const char* hostname = "ESP8266_Energiemeter";
const char* ssidList[] = {
"FRITZ!Box 7510 DQ", // SSID 1
"502 Bad Gateway", // SSID 2
"SSID_1", // Netzwerk 1
"SSID_2", // Netzwerk 2
"SSID_3" // Netzwerk 3
// Weitere SSID hier hinzufügen
};
const char* passwordList[] = {
"69921782362054480598", // Passwort für SSID 1
"t86zGf$%cb6UK^3pW8DyGTxEx", // Passwort für SSID 2
"Passwort_1", // Passwort für SSID 1
"Passwort_2", // Passwort für SSID 2
"Passwort_3" // Passwort für SSID 3
// Weitere Passwörter hier hinzufügen
};