From 08b2bf1fda5df653acc6ad161d4dc9b0f1cc0570 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Mon, 1 Sep 2025 13:45:22 +0200 Subject: [PATCH] platform = espressif8266@4.2.1 --- platformio.ini | 2 +- src/main.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index a043c76..1d698aa 100755 --- a/platformio.ini +++ b/platformio.ini @@ -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 diff --git a/src/main.cpp b/src/main.cpp index d2b208f..508478c 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -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] = {"?", "?", "?", "?", "?", "?"};