From af3f13ce08dc284bd0c645fa9a80a7138c6587e8 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sun, 20 Mar 2022 08:10:25 -0700 Subject: [PATCH] Don't log fromnum characteristic to the mesh log --- MeshtasticClient/Helpers/BLEManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MeshtasticClient/Helpers/BLEManager.swift b/MeshtasticClient/Helpers/BLEManager.swift index 9c46a8f4..1e611a16 100644 --- a/MeshtasticClient/Helpers/BLEManager.swift +++ b/MeshtasticClient/Helpers/BLEManager.swift @@ -1005,7 +1005,7 @@ class BLEManager: NSObject, ObservableObject, CBCentralManagerDelegate, CBPeriph } default: - if meshLoggingEnabled { MeshLogger.log("🚨 Unhandled Characteristic UUID: \(characteristic.uuid)") } + // Likely FROMNUM_UUID print("🚨 Unhandled Characteristic UUID: \(characteristic.uuid)") } peripheral.readValue(for: FROMRADIO_characteristic)