-
Notifications
You must be signed in to change notification settings - Fork 964
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
[Feature Request]: More robust muting, expand ignore_incoming array #5297
Comments
It does not reboot anymore, you are welcome to sponsor the feature on iOS, the array is probably not going to be expanded as you can't have arrays of dynamic size in protobufs. |
I have, thanks to a suggestion, opted for an alternative approach where I have tested my changes with two NRF52 devices and it works. I am very new to open source but I will try to submit pull requests for the changes. |
Well, it's a phenomenal first change. 😄 Are you on the Meshtastic discord server? I can get your contributor flair added if you send me your handle. |
Thanks! I am anji0841 on Discord. |
This is implemented in the firmware with commit 2ec3958 |
Platform
Cross-Platform
Description
I'm hoping Meshtastic firmware, and the clients, can support better muting (ignoring) for user-specified nodes. It is a configuration feature I would like to be able to use.
I am aware ignore_incoming exists, and it is exposed in the Android client, however the iOS client has previously decided against exposing this per meshtastic/Meshtastic-Apple#387 because it needs a reboot and maxes out at 3 entries. Addressing these limitations to make it a more usable end-user feature in addition to it being testing functionality would be appreciated.
The text was updated successfully, but these errors were encountered: