Version 1.22

Web interface minor redesign.
Main code minor changes.
This commit is contained in:
2023-01-12 12:24:53 +03:00
parent 7b60f9efb3
commit 8c3b51304e
4 changed files with 56 additions and 18 deletions

View File

@ -1,4 +1,4 @@
[env:esp8266]
[env:ESP8266]
platform = espressif8266
board = nodemcuv2
framework = arduino
@ -9,7 +9,7 @@ lib_deps =
me-no-dev/ESP Async WebServer@^1.2.3
marvinroger/AsyncMqttClient@^0.9.0
[env:esp8266-ota]
[env:ESP8266-OTA]
platform = espressif8266
board = nodemcuv2
framework = arduino
@ -22,7 +22,7 @@ lib_deps =
me-no-dev/ESP Async WebServer@^1.2.3
marvinroger/AsyncMqttClient@^0.9.0
[env:esp32]
[env:ESP32]
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
@ -34,11 +34,11 @@ lib_deps =
marvinroger/AsyncMqttClient@^0.9.0
luc-github/ESP32SSDP@^1.2.0
[env:esp32-ota]
[env:ESP32-OTA]
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
upload_port = 192.168.1.143
upload_port = 192.168.1.110
upload_protocol = espota
lib_deps =
https://github.com/aZholtikov/ZHNetwork