mirror of
https://github.com/esphome/esphome.git
synced 2026-09-20 03:28:41 +00:00
Address review feedback
- Remove unnecessary uint64_t cast on esp_timer_get_time() (already returns int64_t, always non-negative after boot) - Fix next_schedule_in @param comment: now is only unused on ESP32, used for rollover tracking on other platforms - Use fully-qualified friend declaration (::esphome::millis_64())
This commit is contained in: