On the case of Bluetooth.on('data' it's a string. It should definitely be called again if you get more data though - it's not a one-shot thing
Bluetooth.on('data'
@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.
On the case of
Bluetooth.on('data'
it's a string. It should definitely be called again if you get more data though - it's not a one-shot thing