dvhdr / launchpad-pro

Open source firmware for the Launchpad Pro grid controller
BSD 3-Clause "New" or "Revised" License
446 stars 101 forks source link

Remote reboot message support #16

Closed dvhdr closed 6 years ago

dvhdr commented 8 years ago

Great suggestion from @hotchk155 - we should support the reboot message that the main firmware uses.

If you send sysex F0 00 20 29 00 71 00 51 F7 to the main firmware, the device will reboot in bootloader mode, ready to accept a firmware update. If this were built into the open firmware library code, then the debug cycle would be faster, and wear on the power button/USB connectors reduced. Not to mention wear on the developer!

mat1jaczyyy commented 6 years ago

Any updates on this being implemented? Seems like a relatively straightforward thing to add.

dvhdr commented 6 years ago

Yup, going to implement this.

dvhdr commented 6 years ago

Implemented in the https://github.com/dvhdr/launchpad-pro/tree/adc-improvements branch. Will merge at some point.