Comments for https://wellys.com/posts/rp2040_micropython_developing/
Comments for: https://wellys.com/posts/rp2040_micropython_developing/
- KKen Mercer @kenmercer
Good instructions and very helpful however a small update regarding automating with Sublime Text. The linked repository, https://github.com/lkoepsel/CoolTerm_pip, is depreciated and the replacement, under "Platforms", says "unsuccessful on Linux." Changing "shell_cmd": "ct_disc && mpremote cp $file :main.py && mpremote reset && ct_conn" to "shell_cmd": "mpremote cp $file :main.py && mpremote reset" was the solution. In other words under Linux it isn't possible to disconnect and reconnect CoolTerm automatically. Not a big one but I took ages to figure it out.
- LLief Koepsel @lkoepsel
Sorry, Ken. I haven't worked a lot in Linux with Cool Term as most of my Linux work is CLI. When i get the chance, I'll see if i can get something working and will reply here.