I read a good while back somewhere (maybe not here) about someone who had created code, I think for an ESP32, which enabled files on the device’s flash to be updated wirelessly.
Wondering if anyone has done something similar in Python for a Pico. I suppose it could be done using a simple web browser system, but what I have in mind probably has complications… like, if I want to update main.py… I’m guessing something may break… if micropython allows you to clobber the running image at all… I wouldn;t assume that it wil… If it does, next step is to reload the new main.py.
I have a project where there will be multiple micro’s and didn’t want my desk to be any messier…
Anyways, I’ve had great success with webrepl, this forum post was handy and worked a treat: WebREPL Set Up for Micropython - Tutorials - Arduino Forum
Thanks… I have WebREPL set up and working just fine.. thanks! Only real issue I had was to tell Firefox to NOT translate the URL into https… after that it was fine.