jeffmer / TTGO-T-watch-2020-Micropython-OS

All micropython watch software for TTGO T-watch 2020 V1, V2 & V3
The Unlicense
19 stars 5 forks source link

how to get a repl without interrupting #9

Open thiswillbeyourgithub opened 11 months ago

thiswillbeyourgithub commented 11 months ago

Hi,

On waspos I'm able to get a repl without having to interrupt the run and without restarting it.

Here's the relevant part of the repo : https://github.com/wasp-os/pynus/tree/5572b01b26e04c7f8c79e8407f4d202e7258bf6b

Is there a way to get this kind of behavior on the twatch? It's a bit annoying in terms of workflow.

Thanks!