feat: add traceroute (#620)

This commit is contained in:
Andre K 2023-04-16 06:16:41 -03:00 committed by GitHub
parent 72c278c92c
commit da5f1d529d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 95 additions and 2 deletions

View file

@ -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

View file

@ -127,6 +127,7 @@
<string name="resend">Resend</string>
<string name="shutdown">Shutdown</string>
<string name="reboot">Reboot</string>
<string name="traceroute">Traceroute</string>
<string name="intro_show">Show Introduction</string>
<string name="intro_welcome">Welcome to Meshtastic</string>
<string name="intro_welcome_text">Meshtastic is an open-source, off-grid, encrypted communication platform. The Meshtastic radios form a mesh network and communicate using the LoRa protocol to send text messages.</string>