mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +01:00
Upgrade ESPAsyncTCP to 1.2.0 (#497)
This commit is contained in:
parent
1f7e1daa73
commit
1dab1314ff
@ -86,7 +86,7 @@ def lib_deps(config):
|
|||||||
if CORE.is_esp32:
|
if CORE.is_esp32:
|
||||||
return 'AsyncTCP@1.0.3'
|
return 'AsyncTCP@1.0.3'
|
||||||
if CORE.is_esp8266:
|
if CORE.is_esp8266:
|
||||||
return 'ESPAsyncTCP@1.1.3'
|
return 'ESPAsyncTCP@1.2.0'
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
|
||||||
|
@ -290,7 +290,7 @@ def gather_lib_deps():
|
|||||||
lib_deps.add('AsyncTCP@1.0.1')
|
lib_deps.add('AsyncTCP@1.0.1')
|
||||||
lib_deps.add('ESPmDNS')
|
lib_deps.add('ESPmDNS')
|
||||||
elif CORE.is_esp8266:
|
elif CORE.is_esp8266:
|
||||||
lib_deps.add('ESPAsyncTCP@1.1.3')
|
lib_deps.add('ESPAsyncTCP@1.2.0')
|
||||||
lib_deps.add('ESP8266mDNS')
|
lib_deps.add('ESP8266mDNS')
|
||||||
|
|
||||||
# avoid changing build flags order
|
# avoid changing build flags order
|
||||||
|
Loading…
Reference in New Issue
Block a user