Don't log fromnum characteristic to the mesh log

This commit is contained in:
Garth Vander Houwen 2022-03-20 08:10:25 -07:00
parent 09667deae1
commit af3f13ce08

View file

@ -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)