think of a way to check whether the transfer was successful.
I tend to add Bluetooth.println("OK") to the end of the line of text that's sent to the device - that way it'll print OK if the whole line was received and executed without causing an exception
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.
That's great!
I tend to add
Bluetooth.println("OK")
to the end of the line of text that's sent to the device - that way it'll print OK if the whole line was received and executed without causing an exception