Meshtastic-Android
Meshtastic-Android copied to clipboard
[Feature request]: Add "Delete" to long press menu while in node list.
Long press menu in node list has an option to delete node option.
The iphone app has the ability to delete a node off the radio. After deleting the node it does not appear in the node list on the app or on the list acquired over serial by the CLI. The node will be appear again if new information about the node is received.
Looking at the code it seems to send an admin message with "remove_by_nodenum" or something like that. (Not sure how it all works.)