mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
c7182404a304ec66d930783da97dbf280f0cd9d7
The host platform already uses clock_gettime(CLOCK_MONOTONIC) for millis(). Use it directly for millis_64() instead of delegating to the Scheduler's rollover tracking. This eliminates the MULTI_ATOMICS rollover code path (CAS/atomic) on host builds and removes the dependency on App.scheduler for millis_64() to work.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
545 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
