mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
add ModuleConfig settings (#526)
This commit is contained in:
parent
36cb78a332
commit
689e7e7eca
25 changed files with 938 additions and 74 deletions
|
|
@ -17,9 +17,13 @@
|
|||
android:checked="false"
|
||||
android:title="@string/protocol_stress_test" />
|
||||
<item
|
||||
android:id="@+id/advanced_settings"
|
||||
android:id="@+id/device_settings"
|
||||
app:showAsAction="withText"
|
||||
android:title="@string/advanced_settings" />
|
||||
android:title="@string/device_settings" />
|
||||
<item
|
||||
android:id="@+id/module_settings"
|
||||
app:showAsAction="withText"
|
||||
android:title="@string/module_settings" />
|
||||
<item
|
||||
android:id="@+id/save_messages_csv"
|
||||
app:showAsAction="withText"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue