mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-03 19:38:30 +02: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