mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge pull request #151 from meshtastic/ble_config_updates
Update Location to Waypoint per new protos
This commit is contained in:
commit
e40a20c0fb
1 changed files with 1 additions and 1 deletions
|
|
@ -765,7 +765,7 @@ class BLEManager: NSObject, ObservableObject, CBCentralManagerDelegate, CBPeriph
|
|||
return false
|
||||
}
|
||||
|
||||
var waypointPacket = Location()
|
||||
var waypointPacket = Waypoint()
|
||||
waypointPacket.latitudeI = Int32(LocationHelper.currentLocation.latitude * 1e7)
|
||||
waypointPacket.longitudeI = Int32(LocationHelper.currentLocation.longitude * 1e7)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue