oops typos

This commit is contained in:
Kevin Hester
2021-03-28 11:05:39 +08:00
parent 9e146e9b93
commit bfd9b65cc8

View File

@@ -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) {