No internet connection
  1. Home
  2. General

Comments for https://wellys.com/posts/rp2040_micropython_developing/

By System @system
    2024-07-13 21:03:42.391Z
    • 2 comments
    1. K
      Ken Mercer @kenmercer
        2024-07-13 21:03:42.492Z

        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.

        1. LLief Koepsel @lkoepsel
            2024-07-14 22:46:33.393Z

            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.