platform = espressif8266@4.2.1

This commit is contained in:
2025-09-01 13:45:22 +02:00
parent 6a9848c6f3
commit 08b2bf1fda
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[env:nodemcuv2]
platform = espressif8266
platform = espressif8266@4.2.1
board = nodemcuv2
framework = arduino
upload_speed = 115200

View File

@@ -16,6 +16,8 @@ bool isModeChanged = false; // Zustand, ob eine Nachricht angezeigt wird
int lastButtonState = HIGH; // Letzter Zustand des Buttons
int currentButtonState;
// Array für die Werte der Tasmota Geräte
String tasmota_smr_ip_values[6] = {"?", "?", "?", "?", "?", "?"};
String tasmota_plug_ip_values[6] = {"?", "?", "?", "?", "?", "?"};