Skip to content

Commit 6b82c14

Browse files
committed
Properly log last expiry time
1 parent 4e74da9 commit 6b82c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/ReplayModule.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ void ReplayModule::advertiseExpired()
419419
memcpy(p->decoded.payload.bytes, &payload, p->decoded.payload.size);
420420

421421
service->sendToMesh(p);
422+
last_expired_millis = millis();
422423
want_replay_expired = false;
423424
}
424425

0 commit comments

Comments
 (0)