This commit is contained in:
2026-02-16 00:39:28 -08:00
parent e16d7b62f6
commit 83002ff8b2
4 changed files with 10 additions and 2 deletions

View File

@@ -232,7 +232,6 @@ void DoorbellLogic::transitionTo(DeviceState newState) {
break;
case DeviceState::ALERTING:
_alertStart = now;
_alertStartEpoch = _lastEpoch; // <-- ADD: record NTP time of alert
_lastBlink = now;
_blinkState = false;
_screen.screen = ScreenID::ALERT;