MeshCore/examples/simple_repeater
Chris c16bcd2fe3 Expose a counter to track RadioLib receive errors
This change counts when readData returns an err code other than RADIOLIB_ERR_NONE. In most cases this is going to be a CRC error. This counter is exposed in the `stats-packets` command, and in the repeater stats payload (4 additional bytes to the payload, which is now 56 bytes with this change. My incompetent robot claims the total payload size is 96 bytes (unverified but probably close).
2026-01-24 20:06:29 -08:00
..
main.cpp Modified hasPendingWork to return bool 2025-12-24 11:00:34 +07:00
MyMesh.cpp Expose a counter to track RadioLib receive errors 2026-01-24 20:06:29 -08:00
MyMesh.h Expose a counter to track RadioLib receive errors 2026-01-24 20:06:29 -08:00
RateLimiter.h * repeater: onAnonDataRecv(), now rejecting non-ASCII password (preparing for future request codes) 2025-11-06 20:15:01 +11:00
UITask.cpp Implement getTextWidth for display classes 2025-05-04 18:17:18 -07:00
UITask.h UI: battery indicator, boot screen, radio settings 2025-04-20 19:17:02 -07:00