mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
deliver full node db when client app asks for it
This commit is contained in:
parent
9a0da9ef67
commit
10b4d2395c
6 changed files with 117 additions and 116 deletions
|
|
@ -2,9 +2,9 @@ package com.geeksville.mesh.ui
|
|||
|
||||
import androidx.compose.Model
|
||||
import androidx.compose.mutableStateOf
|
||||
import com.geeksville.mesh.service.MeshUser
|
||||
import com.geeksville.mesh.service.NodeInfo
|
||||
import com.geeksville.mesh.service.Position
|
||||
import com.geeksville.mesh.MeshUser
|
||||
import com.geeksville.mesh.NodeInfo
|
||||
import com.geeksville.mesh.Position
|
||||
import java.util.*
|
||||
|
||||
// defines the screens we have in the app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue