sg-wireless / pymakr-atom

Adds a REPL console to Atom that connects to your Pycom board. It can run code on the board or synchronize your project files.
Other
35 stars 11 forks source link

Force upload all files option #272

Open JoshuaBThompson opened 2 years ago

JoshuaBThompson commented 2 years ago

Feature Request 🚀

Is your feature request related to a problem? Please describe.

When I change my project git branch (and Atom IDE not open), the Pymakr plugin doesn't register that file content has changed and will not flash files to my micropython board.

Describe the solution you'd like

A 'Force Upload' option that tells Pymakr to simply flash All the files and not just the ones it thinks have changed.

Describe alternatives you've considered

Can't think of any

Teachability, Documentation, Adoption, Migration Strategy

Similar to the 'Upload all file types' option in the Pymakr global settings, just add a setting to 'Force upload all files'