1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

[scheduler] Properly handle millis() overflow (#8197)

This commit is contained in:
Clyde Stubbs
2025-03-27 18:09:22 +11:00
committed by GitHub
parent ccd55a8e84
commit 58fe8b39b2
14 changed files with 85 additions and 86 deletions

View File

@@ -196,6 +196,7 @@ CONF_DC_PIN = "dc_pin"
CONF_DEASSERT_RTS_DTR = "deassert_rts_dtr"
CONF_DEBOUNCE = "debounce"
CONF_DEBUG = "debug"
CONF_DEBUG_SCHEDULER = "debug_scheduler"
CONF_DECAY_MODE = "decay_mode"
CONF_DECELERATION = "deceleration"
CONF_DEFAULT_MODE = "default_mode"