mirror of
https://github.com/esphome/esphome.git
synced 2025-09-10 07:12:21 +01:00
Fork some base libraries (#758)
* Fork some base libraries * Update ESPAsyncWebServer
This commit is contained in:
@@ -9,5 +9,5 @@ def to_code(config):
|
||||
# https://github.com/me-no-dev/AsyncTCP/blob/master/library.json
|
||||
cg.add_library('AsyncTCP', '1.0.3')
|
||||
elif CORE.is_esp8266:
|
||||
# https://github.com/me-no-dev/ESPAsyncTCP/blob/master/library.json
|
||||
cg.add_library('ESPAsyncTCP', '1.2.0')
|
||||
# https://github.com/OttoWinter/ESPAsyncTCP
|
||||
cg.add_library('ESPAsyncTCP-esphome', '1.2.2')
|
||||
|
Reference in New Issue
Block a user