This commit is contained in:
2026-02-16 02:11:46 -08:00
parent 185067e5d5
commit a134c8bc37
2 changed files with 3 additions and 19 deletions

View File

@@ -266,7 +266,8 @@ void DoorbellLogic::handleAlert(const String& msg) {
if (_screen.alertHistoryCount < ALERT_HISTORY_SIZE)
_screen.alertHistoryCount++;
Serial.printf("[ALERT] Accepted. ntfy time=%ld\n", (long)_alertMsgEpoch);
Serial.printf("[ALERT] Accepted. ntfy time=%ld history=%d\n",
(long)_alertMsgEpoch, _screen.alertHistoryCount);
transitionTo(DeviceState::ALERTING);
queueStatus("ALERTING", msg);
}