mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-01 02:28:28 +02:00
Upgrade ESPAsyncTCP to 1.2.0 (#497)
This commit is contained in:
+1
-1
@@ -290,7 +290,7 @@ def gather_lib_deps():
|
||||
lib_deps.add('AsyncTCP@1.0.1')
|
||||
lib_deps.add('ESPmDNS')
|
||||
elif CORE.is_esp8266:
|
||||
lib_deps.add('ESPAsyncTCP@1.1.3')
|
||||
lib_deps.add('ESPAsyncTCP@1.2.0')
|
||||
lib_deps.add('ESP8266mDNS')
|
||||
|
||||
# avoid changing build flags order
|
||||
|
||||
Reference in New Issue
Block a user