mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 19:20:41 +00:00
Dismiss feature fixed
This commit is contained in:
@@ -72,6 +72,10 @@ class MessageStore
|
||||
void dismissOldestMessage();
|
||||
void dismissNewestMessage();
|
||||
|
||||
// New targeted dismiss helpers
|
||||
void dismissOldestMessageInChannel(uint8_t channel);
|
||||
void dismissOldestMessageWithPeer(uint32_t peer);
|
||||
|
||||
// Unified accessor (for UI code, defaults to RAM buffer)
|
||||
const std::deque<StoredMessage> &getMessages() const { return liveMessages; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user