leemind
leemind
I have an ESP32 device which notifies on 2 different characteristics. I register both characteristics to notify `UniversalBle.setNotifiable(devices[deviceID]!.device!.deviceId, Uuids.mainService, Uuids.firmwareControlCharStr, BleInputProperty.notification); UniversalBle.setNotifiable(devices[deviceID]!.device!.deviceId, Uuids.mainService, Uuids.dataCharStr, BleInputProperty.notification);` and in the debug Gatt...
Added {} to 3 lines to prevent compiler errors In the version 5.3.2 of ESP-IDF and Arduino framework 3 the compiler would error at these 3 lines. Putting in {}...