mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-04 22:23:47 -04:00
oops typos
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user