Add option to delete single node from nodeDB (#958)

This commit is contained in:
Jonathan Bennett 2024-04-09 05:18:38 -05:00 committed by GitHub
parent 2ebfc05200
commit 828696aca7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 39 additions and 0 deletions

View file

@ -187,4 +187,5 @@
<string name="waypoint_new">New waypoint</string>
<string name="waypoint_received">Received waypoint: %s</string>
<string name="error_duty_cycle">Duty Cycle limit reached. Cannot send messages right now, please try again later.</string>
<string name="forget_node">Forget Node</string>
</resources>