mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Unnecessary
This commit is contained in:
parent
8fea13edf1
commit
e87348cc19
1 changed files with 2 additions and 2 deletions
|
|
@ -1525,8 +1525,8 @@ class BLEManager: NSObject, CBPeripheralDelegate, MqttClientProxyManagerDelegate
|
|||
var adminPacket = AdminMessage()
|
||||
adminPacket.setTimeOnly = UInt32(Date().timeIntervalSince1970)
|
||||
var meshPacket: MeshPacket = MeshPacket()
|
||||
meshPacket.to = UInt32(self.connectedPeripheral?.num ?? 0)
|
||||
meshPacket.from = UInt32(self.connectedPeripheral?.num ?? 0)
|
||||
meshPacket.to = UInt32(self.connectedPeripheral.num)
|
||||
meshPacket.from = UInt32(self.connectedPeripheral.num)
|
||||
meshPacket.id = UInt32.random(in: UInt32(UInt8.max)..<UInt32.max)
|
||||
meshPacket.priority = MeshPacket.Priority.reliable
|
||||
meshPacket.wantAck = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue