mirror of
https://github.com/esphome/esphome.git
synced 2026-02-21 00:45:35 -07:00
[libretiny] Fix millis() ambiguity on BK72XX
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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