-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Hide OSD (SD) settings #496
Conversation
It looks like on some boards getting the OSD config may take a lot of time over CRSF |
Tested and everything seems to work. Imo a rebase is still missing here. |
Seemingly it doesn't always work for me. I tested using 4 different quads. My radio is Tango 2 with FreedomTX, what's your radio and firmware? I'm starting to feel like I'm gonna need more hardware for testing. I can get a Micro TX for my Taranis X9D+ (has EdgeTX on it) to have one more test device. |
9b96921
to
7a845bc
Compare
I use the RM Zorro with EdgeTX for FrSky and Ghost receivers. |
With #13333 we're slowly getting to the point where firing a single MSP request to get the supported options will be enough. Waiting for multiple responses takes inconveniently lot amount of time, I'm planning to put this PR on hold until we have a better way to check build options. |
667132c
to
5b8891e
Compare
This is probably the best solution. I think we should put everything else on hold just to avoid ending up with multiple solutions and compatibility issues. We have three solutions to this right now, and we should pick just one. |
Currently I've only tested on CRSF, but on two "different" platforms, FreedomTX and EdgeTX. I happen to own an X9D+ and FrSky receivers so with a bit of soldering I can test FPORT too. Thanks for the heads up! |
New plan is to have a dedicated MSP command for clients using OTA transmission, please see #13344 EDIT: Above PR #13344 had been dropped, will go ahead with #13333 instead |
a97034e
to
2acf21e
Compare
This is not stale, just waiting for #13333 to be merged. I presume it's most likely to happen after 4.5 release. |
2acf21e
to
4a7ec40
Compare
4a7ec40
to
61e8f4c
Compare
@TheIsotopes pls test again :) (needs latest dev firmware) |
well, it's only needed to test the happy path. by design the menu will load either way ;) btw I also tested this, but more tests the better. testing against MSP version <= 1.46 is a real scenario as well. so far I haven't tested against BF 4.4, but I'm planning to do so in the weekend |
@atomgomba @haslinghuis |
tested on 4.4.3, works as expected |
Follow up PR on #495. Please merge #495 first, because it contains the parent commit.