seems to be related to this line https://github.com/espruino/Espruino/blob/master/libs/bluetooth/jswrap_bluetooth.c#L1604 I don't see any errors in the console but maybe the call fails with some error, like getting NRF_ERROR_RESOURCES which gets ignored in SDK15, will remove that ignoring line and retest when I have some time
NRF_ERROR_RESOURCES
@fanoush started
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.
seems to be related to this line https://github.com/espruino/Espruino/blob/master/libs/bluetooth/jswrap_bluetooth.c#L1604
I don't see any errors in the console but maybe the call fails with some error, like getting
NRF_ERROR_RESOURCES
which gets ignored in SDK15, will remove that ignoring line and retest when I have some time