-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Persist favourites on NodeDB reset #8292
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?
Persist favourites on NodeDB reset #8292
Conversation
I think having this option across the board, e.g. also for Client and Client_Mute Nodes, would be nice. The reason there is different on e.h. nrf52 based devices: favoriting certain other mesh nodes on my client or client_mute type node keeps them from being moved off the node DB when there are a large number of nodes, say 300, as we have in Switzerland. Giving them a persistency during operations that I would like to maintain, at least optionally, after a node DB reset, or even a factory reset, for that matter. Thank you for working on this feature. |
persisting / preserving nodes set to be ignored / on the ignore list for rebroadcast would be great feature, too, especially for ROUTER, ROUTER_LATE, CLIENT_BASE, but that is something for a different story :-) |
@shalberd If you check out the protobuf, I created an option for doing precicely that. I.e. I like @thebentern's idea though, having this as an additional optional parameter for |
Yes, me, too |
Resolves: #8226
Introduces the option to preserve favourited nodes following a reset of the NodeDB.
Does this by default for nodes set to
ROUTER
,ROUTER_LATE
orCLIENT_BASE
.Protobuf changes: meshtastic/protobufs#791
🤝 Attestations