platform = espressif8266@4.2.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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] = {"?", "?", "?", "?", "?", "?"};
|
||||
|
||||
Reference in New Issue
Block a user