Minor changes

This commit is contained in:
Alexey Zholtikov 2023-01-28 14:07:38 +03:00
parent 8e9082f05e
commit eebaca38b7

View File

@ -5,9 +5,9 @@ framework = arduino
lib_deps = lib_deps =
https://github.com/aZholtikov/ZHNetwork https://github.com/aZholtikov/ZHNetwork
https://github.com/aZholtikov/ZHConfig https://github.com/aZholtikov/ZHConfig
bblanchon/ArduinoJson@^6.19.4 https://github.com/bblanchon/ArduinoJson
me-no-dev/ESP Async WebServer@^1.2.3 https://github.com/me-no-dev/ESPAsyncWebServer
marvinroger/AsyncMqttClient@^0.9.0 https://github.com/marvinroger/async-mqtt-client
[env:ESP8266-OTA] [env:ESP8266-OTA]
platform = espressif8266 platform = espressif8266
@ -18,9 +18,9 @@ upload_protocol = espota
lib_deps = lib_deps =
https://github.com/aZholtikov/ZHNetwork https://github.com/aZholtikov/ZHNetwork
https://github.com/aZholtikov/ZHConfig https://github.com/aZholtikov/ZHConfig
bblanchon/ArduinoJson@^6.19.4 https://github.com/bblanchon/ArduinoJson
me-no-dev/ESP Async WebServer@^1.2.3 https://github.com/me-no-dev/ESPAsyncWebServer
marvinroger/AsyncMqttClient@^0.9.0 https://github.com/marvinroger/async-mqtt-client
[env:ESP32] [env:ESP32]
platform = espressif32 platform = espressif32
@ -29,10 +29,10 @@ framework = arduino
lib_deps = lib_deps =
https://github.com/aZholtikov/ZHNetwork https://github.com/aZholtikov/ZHNetwork
https://github.com/aZholtikov/ZHConfig https://github.com/aZholtikov/ZHConfig
bblanchon/ArduinoJson@^6.19.4 https://github.com/bblanchon/ArduinoJson
me-no-dev/ESP Async WebServer@^1.2.3 https://github.com/me-no-dev/ESPAsyncWebServer
marvinroger/AsyncMqttClient@^0.9.0 https://github.com/marvinroger/async-mqtt-client
luc-github/ESP32SSDP@^1.2.0 https://github.com/luc-github/ESP32SSDP
[env:ESP32-OTA] [env:ESP32-OTA]
platform = espressif32 platform = espressif32
@ -43,7 +43,7 @@ upload_protocol = espota
lib_deps = lib_deps =
https://github.com/aZholtikov/ZHNetwork https://github.com/aZholtikov/ZHNetwork
https://github.com/aZholtikov/ZHConfig https://github.com/aZholtikov/ZHConfig
bblanchon/ArduinoJson@^6.19.4 https://github.com/bblanchon/ArduinoJson
me-no-dev/ESP Async WebServer@^1.2.3 https://github.com/me-no-dev/ESPAsyncWebServer
marvinroger/AsyncMqttClient@^0.9.0 https://github.com/marvinroger/async-mqtt-client
luc-github/ESP32SSDP@^1.2.0 https://github.com/luc-github/ESP32SSDP