-
-
Notifications
You must be signed in to change notification settings - Fork 2k
BaseUI: Implementation of Status Message for Favorite and NodeList views #9504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
src/modules/StatusMessageModule.h
Outdated
| virtual ProcessMessage handleReceived(const meshtastic_MeshPacket &mp) override; | ||
|
|
||
| private: | ||
| static constexpr size_t MAX_RECENT_STATUSMESSAGES = 20; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This ends up being quite a bit of memory on constrained devices. I'm still of the opinion this should be reduced, and possibly limited to devices that are favorited.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I originally set it at 5, I can move it back but I think display wise, there's more value of the implementation if we use it on more than just the Favorite frame.




Uh oh!
There was an error while loading. Please reload this page.