mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 08:38:39 +00:00
0249c30cbfc6a789cfc1a0616eed33e0ab4676d6
millis() uses xTaskGetTickCount (tick clock) while millis_64() uses esp_timer_get_time (hardware timer). Safe because they are never cross-compared: Scheduler::millis_64_from_() on ESP32 discards the 32-bit millis parameter and calls millis_64() directly, keeping all 64-bit scheduling on the esp_timer clock.
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
594 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
