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:
J. Nick Koston
2026-02-26 22:59:11 -10:00
parent 001124bc73
commit bff1c86a4b

Diff Content Not Available