mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 01:15:33 +00:00
b87b4102e0
- Use BENCHMARK_BINARY= marker for reliable binary path extraction instead of fragile tail -1 (PlatformIO can print warnings after path) - Fix Scheduler_Defer: defer() is protected on Component, use set_timeout(delay=0) directly on Scheduler instead