Yep, that's it - thanks!
And if the connect fails, you just make sure that send/recv return -1 to signal that there was a problem.
send
recv
-1
@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.
Yep, that's it - thanks!
And if the connect fails, you just make sure that
send
/recv
return-1
to signal that there was a problem.