aboutsummaryrefslogtreecommitdiff
path: root/examples/simple_sensor/main.cpp
AgeCommit message (Collapse)Author
2026-01-26added build flag to enable/disable boot advertliamcottle
2026-01-26boot adverts are now zero hop instead of floodliamcottle
2025-10-30* Fix for VolatileRTCClock wrapping around to initial synced time every 49 daysScott Powell
2025-08-01* new CommonCLI commands: "get prv.key", "set prv.key {hex}"Scott Powell
2025-07-13* simple_sensor: handleCustomCommand() hookScott Powell
2025-07-12* simple_sensor: added alert send queue, with retries, checks for ACKs, ↵Scott Powell
etc. Low pri alerts only 1 send attempt, otherwise 4 attempts
2025-07-09* sensor node: now have two alert priorities, LO, HIScott Powell
2025-07-08* misc fixesScott Powell
2025-07-08* refactor: CommonCLI, processing of optional command prefix moved to ↵Scott Powell
handleCommand() call sites * Sensor, anon_req now just for admin login (guest password now unused) * special CLI command, "setperm {pubkey-hex} {permissions-int16}" for admin(s) to manage user access (permissions 0 = remove)
2025-07-08* simplified alertIf()Scott Powell
* refactored TimeSeriesData to top-level class
2025-07-08* added REQ_TYPE_GET_AVG_MIN_MAXScott Powell
* TimeSeriesData * very basic SensorMesh::sendAlert()
2025-07-08* first cut of new simple_sensor sketchScott Powell