notifyChar = null
I'm testing the Freefall app but it crashes when I click on the MetaWear. After some debugging it crashes at line 126 in DetectorSetup.xaml.cs.
var notifyChar = selectedDevice.GetGattService(GattCharGuid.METAWEAR_NOTIFY_CHAR.serviceGuid).GetCharacteristics(GattCharGuid.METAWEAR_NOTIFY_CHAR.guid).FirstOrDefault();
And the value of notifyChar is null. Any help to debug this problem would be appreciated.
This discussion has been closed.
Comments