Is there a better way to fix broken imports? #11534
Replies: 2 comments 1 reply
-
rshell on Linux and modify it on /pyboard |
Beta Was this translation helpful? Give feedback.
-
There are some little tweaks you can do to improve this workflow (e.g. you can use the
In general I try to make it so most of my development cycle is done via (Or where possible, using the unix port and get the code working on my PC first instead, e.g. with stubbed/mocked out hardware APIs). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I really like my repl. The interactive edit, run, rinse & repeat is great.
But I'm struggling with library files. At the moment when an import crashes I have to make an edit on the file, download it to the esp32, run the main.py that calls it, see if things have improved, altogether a more tedious rinse & repeat. Just wondering if anybody knows a better way?
Beta Was this translation helpful? Give feedback.
All reactions