You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wouter Bijen
edcdf7dea5
Fix room/repeater/sensor silent message rejection when companion RTC diverges from app clock
Don't store the login timestamp in last_timestamp. Login uses the
companion's RTC while messages use the app's clock - when these diverge,
messages get silently rejected by the replay check (sender_timestamp <
last_timestamp). Login replay protection is already handled by hasSeen()
in the mesh layer.
Fixes #1551
5 months ago
..
SensorMesh.cpp
Fix room/repeater/sensor silent message rejection when companion RTC diverges from app clock
5 months ago
SensorMesh.h
* refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits)
5 months ago
TimeSeriesData.cpp
* simple_sensor: added alert send queue, with retries, checks for ACKs, etc. Low pri alerts only 1 send attempt, otherwise 4 attempts
1 year ago
TimeSeriesData.h
* simple_sensor: added alert send queue, with retries, checks for ACKs, etc. Low pri alerts only 1 send attempt, otherwise 4 attempts
1 year ago
UITask.cpp
* first cut of new simple_sensor sketch
1 year ago
UITask.h
* first cut of new simple_sensor sketch
1 year ago
main.cpp
added build flag to enable/disable boot advert
6 months ago