Files
MeshCore/src/helpers
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
..
2025-12-02 10:31:24 +00:00
2026-02-15 11:25:27 +01:00
2025-06-25 11:00:24 +02:00
2025-06-30 03:46:18 +02:00
2026-02-18 22:32:01 +07:00