dhylands / rshell

Remote Shell for MicroPython
MIT License
955 stars 137 forks source link

upload /boot.py as the last file #178

Open cederom opened 2 years ago

cederom commented 2 years ago

Hello world :-)

My application on the board has its own CLI and prevents used to exit to REPL. That interferes with rshell rsync operations on read board name stage (it gets my application banner and prompt).

Would that be possible to upload /boot.py at the end when all other files are already on the board? Otherwise other files that are listed after boot.py are not uploaded and connectivity to pyboard is lost until either /boot.py is removed of the MicroPython is reflashed.

I can see that rshell synchronized the boot.py file at the end of the rsync so maybe it could simply skip the boot.py upload as standard file? :-)

Thank you :-)