mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 23:37:34 +00:00
Merge branch 'fix-bk72xx-millis-ambiguity' into integration
This commit is contained in:
@@ -537,7 +537,7 @@ async def to_code(config: ConfigType) -> None:
|
||||
if config[CONF_DEBUG_SCHEDULER]:
|
||||
cg.add_define("ESPHOME_DEBUG_SCHEDULER")
|
||||
|
||||
if CORE.using_arduino and not CORE.is_bk72xx:
|
||||
if CORE.using_arduino:
|
||||
CORE.add_job(add_arduino_global_workaround)
|
||||
|
||||
if config[CONF_INCLUDES]:
|
||||
|
||||
Reference in New Issue
Block a user