mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Move remaining 3-dot menu items to Settings (#2985)
This commit is contained in:
parent
4ab588cdaa
commit
08ced48652
8 changed files with 111 additions and 149 deletions
|
|
@ -847,7 +847,7 @@ constructor(
|
|||
|
||||
/** Write the persisted packet data out to a CSV file in the specified location. */
|
||||
@Suppress("detekt:CyclomaticComplexMethod", "detekt:LongMethod")
|
||||
fun saveRangetestCSV(uri: Uri) {
|
||||
fun saveRangeTestCsv(uri: Uri) {
|
||||
viewModelScope.launch(Dispatchers.Main) {
|
||||
// Extract distances to this device from position messages and put (node,SNR,distance)
|
||||
// in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue