Update Meshtastic/Helpers/BLEManager.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Garth Vander Houwen 2025-07-15 09:36:07 -07:00 committed by GitHub
parent d549c27021
commit a190e03135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -827,7 +827,7 @@ class BLEManager: NSObject, CBPeripheralDelegate, MqttClientProxyManagerDelegate
var dc = decodedInfo.config.device
if dc.tzdef.isEmpty {
dc.tzdef = TimeZone.current.posixDescription
let adminMessageId = self.saveTimeZone(config: dc, user: cp.num)
_ = self.saveTimeZone(config: dc, user: cp.num)
}
}
}