mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
oops typos
This commit is contained in:
parent
9e146e9b93
commit
bfd9b65cc8
1 changed files with 2 additions and 2 deletions
|
|
@ -604,7 +604,7 @@ class MeshService : Service(), Logging {
|
|||
setChannel(it)
|
||||
}
|
||||
|
||||
channels = fixupChannelList(asChannels).toTypedArray()
|
||||
channels = fixupChannelList(asChannels)
|
||||
}
|
||||
|
||||
/// Generate a new mesh packet builder with our node as the sender, and the specified node num
|
||||
|
|
@ -1573,7 +1573,7 @@ class MeshService : Service(), Logging {
|
|||
}.build()
|
||||
|
||||
// Also update our own map for our nodenum, by handling the packet just like packets from other users
|
||||
handleReceivedPosition(mmi.myNodeNum, position)
|
||||
handleReceivedPosition(mi.myNodeNum, position)
|
||||
|
||||
val fullPacket =
|
||||
newMeshPacketTo(destNum).buildMeshPacket(priority = MeshProtos.MeshPacket.Priority.BACKGROUND) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue