There may be a very simple answer to this...!
I have a device based on a RasPi Pico running a python script. It would be very useful to be able to update the script from time to time, but the end-user will not have Thonny, nor have access to the button on the Pico.
What I really want to be able to do is to update the script via the USB port from a PC. Is such a thing possible?
I have made several searches to try to solve this and note it MAY be possible using the C SDK but that is inappropriate in this case.
I have a device based on a RasPi Pico running a python script. It would be very useful to be able to update the script from time to time, but the end-user will not have Thonny, nor have access to the button on the Pico.
What I really want to be able to do is to update the script via the USB port from a PC. Is such a thing possible?
I have made several searches to try to solve this and note it MAY be possible using the C SDK but that is inappropriate in this case.