Ajout Thermostat

This commit is contained in:
Serge NOEL
2026-03-11 11:50:45 +01:00
parent d3db51dba2
commit ab74dc5fbe
14 changed files with 496 additions and 0 deletions

13
Thermostat/platformio.ini Normal file
View File

@@ -0,0 +1,13 @@
[env:sonoff_basic_r2]
platform = espressif8266
board = sonoff_basic_r2
framework = arduino
monitor_speed = 115200
upload_speed = 115200
build_flags = -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
lib_deps =
knolleary/PubSubClient
tzapu/WiFiManager
bblanchon/ArduinoJson
ESPAsyncWebServer
ESPAsyncTCP