mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Turn smart position back on
This commit is contained in:
parent
6c8db4e381
commit
cb63d13b90
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ import CoreLocation
|
|||
private init() {
|
||||
self.manager = CLLocationManager() // Creating a location manager instance is safe to call here in `MainActor`.
|
||||
locationsArray = [CLLocation]()
|
||||
enableSmartPosition = false
|
||||
enableSmartPosition = true
|
||||
}
|
||||
|
||||
func startLocationUpdates() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue