mirror of
https://github.com/esphome/esphome.git
synced 2024-11-26 17:05:21 +01:00
Bump ESPAsyncWebServer to 2.1.0 (#2686)
This commit is contained in:
parent
7fa4a68a27
commit
81a36146ef
2 changed files with 2 additions and 2 deletions
|
@ -28,4 +28,4 @@ async def to_code(config):
|
||||||
cg.add_library("FS", None)
|
cg.add_library("FS", None)
|
||||||
cg.add_library("Update", None)
|
cg.add_library("Update", None)
|
||||||
# https://github.com/esphome/ESPAsyncWebServer/blob/master/library.json
|
# https://github.com/esphome/ESPAsyncWebServer/blob/master/library.json
|
||||||
cg.add_library("esphome/ESPAsyncWebServer-esphome", "2.0.1")
|
cg.add_library("esphome/ESPAsyncWebServer-esphome", "2.1.0")
|
||||||
|
|
|
@ -41,7 +41,7 @@ lib_deps =
|
||||||
${common.lib_deps}
|
${common.lib_deps}
|
||||||
ottowinter/AsyncMqttClient-esphome@0.8.6 ; mqtt
|
ottowinter/AsyncMqttClient-esphome@0.8.6 ; mqtt
|
||||||
ottowinter/ArduinoJson-esphomelib@5.13.3 ; json
|
ottowinter/ArduinoJson-esphomelib@5.13.3 ; json
|
||||||
esphome/ESPAsyncWebServer-esphome@2.0.1 ; web_server_base
|
esphome/ESPAsyncWebServer-esphome@2.1.0 ; web_server_base
|
||||||
fastled/FastLED@3.3.2 ; fastled_base
|
fastled/FastLED@3.3.2 ; fastled_base
|
||||||
mikalhart/TinyGPSPlus@1.0.2 ; gps
|
mikalhart/TinyGPSPlus@1.0.2 ; gps
|
||||||
freekode/TM1651@1.0.1 ; tm1651
|
freekode/TM1651@1.0.1 ; tm1651
|
||||||
|
|
Loading…
Reference in a new issue