mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Queue special app PortNums when disconnected (#4495)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
55f09fc6bb
commit
6ec2ed76ca
5 changed files with 184 additions and 1 deletions
|
|
@ -76,7 +76,15 @@ constructor(
|
|||
@Volatile var lastNeighborInfo: NeighborInfo? = null
|
||||
|
||||
private val rememberDataType =
|
||||
setOf(PortNum.TEXT_MESSAGE_APP.value, PortNum.ALERT_APP.value, PortNum.WAYPOINT_APP.value)
|
||||
setOf(
|
||||
PortNum.TEXT_MESSAGE_APP.value,
|
||||
PortNum.ALERT_APP.value,
|
||||
PortNum.WAYPOINT_APP.value,
|
||||
PortNum.ATAK_PLUGIN.value,
|
||||
PortNum.ATAK_FORWARDER.value,
|
||||
PortNum.DETECTION_SENSOR_APP.value,
|
||||
PortNum.PRIVATE_APP.value,
|
||||
)
|
||||
|
||||
fun start(scope: CoroutineScope) {
|
||||
this.scope = scope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue