From a190e03135329aa8e5ef56c5a9b3215eb4b9712d Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 15 Jul 2025 09:36:07 -0700 Subject: [PATCH] Update Meshtastic/Helpers/BLEManager.swift Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Meshtastic/Helpers/BLEManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Helpers/BLEManager.swift b/Meshtastic/Helpers/BLEManager.swift index ee8bd26c..cc290f39 100644 --- a/Meshtastic/Helpers/BLEManager.swift +++ b/Meshtastic/Helpers/BLEManager.swift @@ -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) } } }