Disable dependency finder on ESP32 (#2435)

This commit is contained in:
Stefan Agner
2021-10-03 21:53:40 +02:00
committed by GitHub
parent cee08debff
commit 1627dff166
10 changed files with 35 additions and 6 deletions
+1
View File
@@ -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