mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
Reply in thread feature
This commit is contained in:
@@ -29,6 +29,8 @@ uint32_t getThreadPeer();
|
||||
const std::vector<int> &getSeenChannels();
|
||||
const std::vector<uint32_t> &getSeenPeers();
|
||||
|
||||
void clearThreadRegistries();
|
||||
|
||||
// Text and emote rendering
|
||||
void drawStringWithEmotes(OLEDDisplay *display, int x, int y, const std::string &line, const Emote *emotes, int emoteCount);
|
||||
|
||||
@@ -49,4 +51,4 @@ void renderMessageContent(OLEDDisplay *display, const std::vector<std::string> &
|
||||
void resetScrollState();
|
||||
|
||||
} // namespace MessageRenderer
|
||||
} // namespace graphics
|
||||
} // namespace graphics
|
||||
Reference in New Issue
Block a user