mirror of
https://github.com/esphome/esphome.git
synced 2025-09-24 06:02:21 +01:00
Update dependencies (#653)
* Update pio dependencies * Platformio 4 * Fixes * Update platformio_api.py * Lint
This commit is contained in:
@@ -3,7 +3,7 @@ import esphome.codegen as cg
|
||||
from esphome.const import CONF_ID
|
||||
from esphome.core import coroutine_with_priority, CORE
|
||||
|
||||
DEPENDENCIES = ['network']
|
||||
DEPENDENCIES = ['network', 'async_tcp']
|
||||
|
||||
web_server_base_ns = cg.esphome_ns.namespace('web_server_base')
|
||||
WebServerBase = web_server_base_ns.class_('WebServerBase', cg.Component)
|
||||
@@ -21,4 +21,5 @@ def to_code(config):
|
||||
|
||||
if CORE.is_esp32:
|
||||
cg.add_library('FS', None)
|
||||
cg.add_library('ESP Async WebServer', '1.1.1')
|
||||
# https://github.com/me-no-dev/ESPAsyncWebServer/blob/master/library.json
|
||||
cg.add_library('ESP Async WebServer', '1.2.2')
|
||||
|
Reference in New Issue
Block a user