mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add traceroute (#620)
This commit is contained in:
parent
72c278c92c
commit
da5f1d529d
8 changed files with 95 additions and 2 deletions
|
|
@ -10,6 +10,10 @@
|
|||
android:id="@+id/request_position"
|
||||
android:title="@string/request_position"
|
||||
app:showAsAction="withText" />
|
||||
<item
|
||||
android:id="@+id/traceroute"
|
||||
android:title="@string/traceroute"
|
||||
app:showAsAction="withText" />
|
||||
</group>
|
||||
<group android:id="@+id/group_admin">
|
||||
<item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue