ESP32-C3 stucks on writing to BLE Characteristic without response
Posted: Tue Oct 18, 2022 1:54 pm
Hello
I am calling function
to write to characteristic without response. Problem is that ESP gets stuck on line 600 https://github.com/espressif/arduino-es ... c.cpp#L600
indefinetly or until peripheral device disconnects.
Is there a solution availible?
I am calling function
Code: Select all
pDfuPacketCharacteristic->writeValue(data, rd, false);
indefinetly or until peripheral device disconnects.
Is there a solution availible?