Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aZholtikov committed Jan 28, 2023
1 parent 8e9082f commit eebaca3
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ framework = arduino
lib_deps =
https://github.com/aZholtikov/ZHNetwork
https://github.com/aZholtikov/ZHConfig
bblanchon/ArduinoJson@^6.19.4
me-no-dev/ESP Async WebServer@^1.2.3
marvinroger/AsyncMqttClient@^0.9.0
https://github.com/bblanchon/ArduinoJson
https://github.com/me-no-dev/ESPAsyncWebServer
https://github.com/marvinroger/async-mqtt-client

[env:ESP8266-OTA]
platform = espressif8266
Expand All @@ -18,9 +18,9 @@ upload_protocol = espota
lib_deps =
https://github.com/aZholtikov/ZHNetwork
https://github.com/aZholtikov/ZHConfig
bblanchon/ArduinoJson@^6.19.4
me-no-dev/ESP Async WebServer@^1.2.3
marvinroger/AsyncMqttClient@^0.9.0
https://github.com/bblanchon/ArduinoJson
https://github.com/me-no-dev/ESPAsyncWebServer
https://github.com/marvinroger/async-mqtt-client

[env:ESP32]
platform = espressif32
Expand All @@ -29,10 +29,10 @@ framework = arduino
lib_deps =
https://github.com/aZholtikov/ZHNetwork
https://github.com/aZholtikov/ZHConfig
bblanchon/ArduinoJson@^6.19.4
me-no-dev/ESP Async WebServer@^1.2.3
marvinroger/AsyncMqttClient@^0.9.0
luc-github/ESP32SSDP@^1.2.0
https://github.com/bblanchon/ArduinoJson
https://github.com/me-no-dev/ESPAsyncWebServer
https://github.com/marvinroger/async-mqtt-client
https://github.com/luc-github/ESP32SSDP

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

0 comments on commit eebaca3

Please sign in to comment.