MeshCore/examples/simple_repeater
Daniel Novak c7568a8db0 Replace 0xFFFFFFFF sentinel with explicit getOutboundTotal()
Instead of overloading getOutboundCount() with a magic sentinel value,
add a dedicated getOutboundTotal() method to the PacketManager interface
that returns the total queue size without time filtering.

This eliminates the fragile convention that caused the regression and
makes the two operations — time-filtered count vs total count —
explicitly separate in the API.
2026-02-28 17:19:04 +01:00
..
main.cpp Merge remote-tracking branch 'upstream/dev' into 2026/t114-sensors 2026-02-05 13:36:22 +00:00
MyMesh.cpp Replace 0xFFFFFFFF sentinel with explicit getOutboundTotal() 2026-02-28 17:19:04 +01:00
MyMesh.h * refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits) 2026-02-21 19:35:51 +11: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