mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
changes for dynamic nodenum assignment
This commit is contained in:
parent
11ce60eb6d
commit
4af51e88c7
2 changed files with 21 additions and 29 deletions
|
|
@ -359,14 +359,6 @@ class MeshService : Service(), Logging {
|
|||
|
||||
MeshProtos.SubPacket.USER_FIELD_NUMBER ->
|
||||
handleReceivedUser(fromNum, p.user)
|
||||
MeshProtos.SubPacket.WANT_NODE_FIELD_NUMBER -> {
|
||||
// This is managed by the radio on its own
|
||||
debug("Ignoring WANT_NODE from $fromNum")
|
||||
}
|
||||
MeshProtos.SubPacket.DENY_NODE_FIELD_NUMBER -> {
|
||||
// This is managed by the radio on its own
|
||||
debug("Ignoring DENY_NODE from $fromNum to $toNum")
|
||||
}
|
||||
else -> TODO("Unexpected SubPacket variant")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue