mirror of
https://github.com/esphome/esphome.git
synced 2025-09-30 09:02:17 +01:00
Disable dependency finder on ESP32 (#2435)
This commit is contained in:
@@ -101,6 +101,7 @@ async def to_code(config):
|
||||
if CORE.is_esp8266:
|
||||
cg.add_library("Update", None)
|
||||
elif CORE.is_esp32 and CORE.using_arduino:
|
||||
cg.add_library("Update", None)
|
||||
cg.add_library("Hash", None)
|
||||
|
||||
use_state_callback = False
|
||||
|
Reference in New Issue
Block a user