1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Upgrade espressif32 package to 1.6.0 (#355)

* Upgrade espressif32 package to 1.6.0

* Remove AsyncTCP pinning

* Lint

* Fix AsyncTCP version

* Fix test2
This commit is contained in:
Otto Winter
2019-01-19 21:44:47 +01:00
committed by GitHub
parent d799c03f0c
commit e347cb538d
6 changed files with 55 additions and 26 deletions

View File

@@ -42,7 +42,7 @@ BUILD_FLAGS = '-DUSE_API'
def lib_deps(config):
if CORE.is_esp32:
return 'AsyncTCP@1.0.1'
return 'AsyncTCP@1.0.3'
if CORE.is_esp8266:
return 'ESPAsyncTCP@1.1.3'
raise NotImplementedError