Renaud11232 / OctoPrint-Marlin-Flasher

Arduino/Marlin firmware flasher for OctoPrint
MIT License
38 stars 10 forks source link

Extract version number #59

Closed AvanOsch closed 3 years ago

AvanOsch commented 3 years ago

I often have different versions floating around when testing new Marlin releases. To avoid confusion, I wanted to display the uploaded file's version.

This extracts and displays Marlin Version number (from Version.h) Version number is displayed on the "Flash" heading

Only tested for the PlatformIO part (as I haven't used Arduino), but Arduino part should work just as well.

Renaud11232 commented 3 years ago

Hello,

Thanks for submitting this.

I'll look into it when I have some time, probably in the weekend.