Open
Description
Is your feature request related to a problem? Please describe.
Currently usage of bootloader is confusing and require 2 GPIOs which is quite a lot.
Describe the solution you'd like
FRST seems to be not needed since enter bootlaoder is easy enough, and user can just flash a known good firmware should their application corrupt. Therefore
- 832: Button1 to enter bootloader, button2 to enter OTA. No more combination of both
- 840: button to enter OTA. bootloader mode can be easily enter by double reset trick.
Describe alternatives you've considered
A better button-less for 840 is start both USB and OTA mode whenever enter bootloader. That would be optimal if we could that off.
@dhalbert @tannewt @PaintYourDragon for comments.