mirror of
https://github.com/esphome/esphome.git
synced 2026-03-03 19:28:20 -07: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
263 MiB
Languages
C++
64%
Python
35.6%
C
0.3%
