mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Bump ESPAsyncWebServer-esphome to v1.2.7 (#1221)
This commit is contained in:
parent
86736aa480
commit
dbc0d500d8
2 changed files with 2 additions and 2 deletions
|
@ -24,4 +24,4 @@ def to_code(config):
|
||||||
if CORE.is_esp32:
|
if CORE.is_esp32:
|
||||||
cg.add_library('FS', None)
|
cg.add_library('FS', None)
|
||||||
# https://github.com/OttoWinter/ESPAsyncWebServer/blob/master/library.json
|
# https://github.com/OttoWinter/ESPAsyncWebServer/blob/master/library.json
|
||||||
cg.add_library('ESPAsyncWebServer-esphome', '1.2.6')
|
cg.add_library('ESPAsyncWebServer-esphome', '1.2.7')
|
||||||
|
|
|
@ -13,7 +13,7 @@ lib_deps =
|
||||||
AsyncTCP-esphome@1.1.1
|
AsyncTCP-esphome@1.1.1
|
||||||
AsyncMqttClient-esphome@0.8.4
|
AsyncMqttClient-esphome@0.8.4
|
||||||
ArduinoJson-esphomelib@5.13.3
|
ArduinoJson-esphomelib@5.13.3
|
||||||
ESPAsyncWebServer-esphome@1.2.6
|
ESPAsyncWebServer-esphome@1.2.7
|
||||||
FastLED@3.3.2
|
FastLED@3.3.2
|
||||||
NeoPixelBus-esphome@2.5.7
|
NeoPixelBus-esphome@2.5.7
|
||||||
ESPAsyncTCP-esphome@1.2.2
|
ESPAsyncTCP-esphome@1.2.2
|
||||||
|
|
Loading…
Reference in a new issue