Hi,
now I have a "on value change" characteristic listener and depending on the user's action, a writeValue function call to another characteristic (from the same service).
Sometimes I have an error : "BLE task X is already in progress" (X being 3 or 8 from my tests).
What I understand from this error is that the "Ble manager" is already busy doing something (what may not matter).
Could you explain me how to avoid this issue ?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
now I have a "on value change" characteristic listener and depending on the user's action, a writeValue function call to another characteristic (from the same service).
Sometimes I have an error : "BLE task X is already in progress" (X being 3 or 8 from my tests).
What I understand from this error is that the "Ble manager" is already busy doing something (what may not matter).
Could you explain me how to avoid this issue ?