If you're using sendString to send the data, it'll return 'false' if it fails (because of TX not received).
sendString
I've just updated the NRF library so that sendCommand now works the same way too.
sendCommand
@Gordon 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.
If you're using
sendString
to send the data, it'll return 'false' if it fails (because of TX not received).I've just updated the NRF library so that
sendCommand
now works the same way too.