MeshCore/examples/simple_room_server
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 added build flag to enable/disable boot advert 2026-01-26 22:39:39 +13:00
MyMesh.cpp Replace 0xFFFFFFFF sentinel with explicit getOutboundTotal() 2026-02-28 17:19:04 +01:00
MyMesh.h * ver 1.13.0 2026-02-15 17:24:37 +11:00
UITask.cpp * FIX: UI should show "< Room Server >" 2025-05-05 13:11:43 +10:00
UITask.h UI: battery indicator, boot screen, radio settings 2025-04-20 19:17:02 -07:00