MeshCore/examples/companion_radio
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
..
ui-new Add muted icon to show when buzzer is muted 2026-02-11 10:00:20 +01:00
ui-orig Add battery min/max voltage parameter support 2026-01-28 22:24:49 -07:00
AbstractUITask.h ♻️ refactor: unify UI notification methods into single notify() function 2025-09-17 08:56:18 +08:00
DataStore.cpp * companion: new pref: path_hash_mode (0..2) 2026-02-23 18:26:56 +11:00
DataStore.h add DataStore::deleteBlobByKey() 2026-02-01 00:02:29 +11:00
main.cpp fix: remove esp_wifi.h from esp32board.h 2026-01-30 15:07:40 +11:00
MyMesh.cpp Replace 0xFFFFFFFF sentinel with explicit getOutboundTotal() 2026-02-28 17:19:04 +01:00
MyMesh.h * added CMD_SET_PATH_HASH_MODE 2026-02-23 21:08:22 +11:00
NodePrefs.h * companion: new pref: path_hash_mode (0..2) 2026-02-23 18:26:56 +11:00