mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Preparations for 1.5.0
This commit is contained in:
@@ -46,3 +46,9 @@ def get_auth(config):
|
||||
|
||||
|
||||
BUILD_FLAGS = '-DUSE_OTA'
|
||||
|
||||
|
||||
def lib_deps(config):
|
||||
if core.ESP_PLATFORM == ESP_PLATFORM_ESP32:
|
||||
return ['ArduinoOTA', 'Update', 'ESPmDNS']
|
||||
return ['Hash', 'ESP8266mDNS', 'ArduinoOTA']
|
||||
|
||||
Reference in New Issue
Block a user