I guess a work around is to trigger a connect by sending an empty UART.write('\n')
Yes, that's what I'd do... Sometimes it's good practice to send a "\x03" (ctrl-c) anyway as if there was any command left on the REPL's input line that will clear it out
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.
Yes, that's what I'd do... Sometimes it's good practice to send a
"\x03"
(ctrl-c) anyway as if there was any command left on the REPL's input line that will clear it out