Upgrade ESPAsyncTCP to 1.2.0 (#497)

This commit is contained in:
Otto Winter
2019-03-30 15:47:12 +01:00
committed by GitHub
parent 1f7e1daa73
commit 1dab1314ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ def lib_deps(config):
if CORE.is_esp32:
return 'AsyncTCP@1.0.3'
if CORE.is_esp8266:
return 'ESPAsyncTCP@1.1.3'
return 'ESPAsyncTCP@1.2.0'
raise NotImplementedError