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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user