REPL - any way to break a blocking=true wait?
-
I'm having problems receiving data to my device, so via REPL (pymaker extension for VS Code) I set blocking to true and I've been trying various sends from the gateway. None of them have come through for some reason (separate issue I guess), but now my LoPy4 is unresponsive.
CTRL+C doesn't break out of the block, is there any other way than pressing the reset button on the board to get back into it?