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.