Skip to content
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

Closed
pfeerick opened this issue Sep 4, 2023 · 2 comments · Fixed by #80
Closed

QoL: Ensure user knows how to DFU mode flash #52

pfeerick opened this issue Sep 4, 2023 · 2 comments · Fixed by #80
Assignees
Labels
enhancement New feature or request

Comments

@pfeerick
Copy link
Member

pfeerick commented Sep 4, 2023

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).

@Nezteb
Copy link

Nezteb commented Mar 11, 2024

Agreed!

I spent an hour earlier unable to figure out how to correctly flash my new Boxer ELRS with the latest version of EdgeTX. I kept getting errors about there being no DFU interface:
2024-03-10 19_36_53-EdgeTX Buddy

Searching online for "Device does not have any USB DFU interfaces" only pulled up some obscure RC forums of people who already know what they are talking about. I'm very new to this hobby, so this would be a huge help for other newcomers.

@pfeerick
Copy link
Member Author

pfeerick commented Mar 11, 2024

One possibility is to simply extend the text here (and it's translated derivatives)

: t(`Add a device to get started`)

i.e.

Add a device to get started

could become

Add a device to get started

Ensure your radio is turned off when connecting the USB, and that you pressed the boot0/DFU button while connecting the USB if this was a requirement to enter DFU mode for your radio.

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?

image

@raphaelcoeffic raphaelcoeffic added the enhancement New feature or request label Apr 12, 2024
@pfeerick pfeerick self-assigned this Apr 23, 2024
pfeerick added a commit that referenced this issue Apr 23, 2024
pfeerick added a commit that referenced this issue Apr 25, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants