-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QoL: Ensure user knows how to DFU mode flash #52
Comments
One possibility is to simply extend the text here (and it's translated derivatives)
i.e.
could become
Maybe also worth showing a link to the EdgeTX manual page for more information - either on this page or the next - for troubleshooting steps and more information about which radios need DFU mode TLC. Do we need to be more explicit and tell the user to look for the STM32 Bootloader entry? |
* fix: hide unused menu bar on Linux and Windows builds Menu bar is populated by default on Windows and Linux Electron builds even when not used. This makes it so it is auto-hidden on dev builds (so it's still accessible if wanted), but fully disabled on "production" builds. * feat: ensure user knows how to DFU mode flash Fixes #52
Stage two (connect radio) should probably have a message that informs the user that their radio should be either OFF or DFU button held down on connection (if their radio has that requirement - e.g. TPro, T20, NV14/EL18, PL18).
The text was updated successfully, but these errors were encountered: