msp-osd icon indicating copy to clipboard operation
msp-osd copied to clipboard

Automatic BF setup

Open j005u opened this issue 3 years ago • 2 comments

It would be awesome if the air side mux could set up MSP OSD for you automatically in BF.

I guess some probing to find the correct MSP uart might be involved.

j005u avatar May 14 '22 16:05 j005u

I had never thought of this hack idea and I kind of like it. Very BF specific though but maybe I can get platform / font auto detection out of this too if I do it right

On Sat, May 14, 2022 at 11:31 AM Joonas Trussmann @.***> wrote:

It would be awesome if the air side mux could set up MSP OSD for you automatically in BF.

I guess some probing to find the correct MSP uart might be involved.

— Reply to this email directly, view it on GitHub https://github.com/bri3d/msp-osd/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABTO2I4B6ROB4P3MQSHDOLVJ7IOVANCNFSM5V5ZJLJA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

bri3d avatar May 14 '22 16:05 bri3d

Betaflight now has a way to differentiate between a generic MSP device and one set up for a VTX: https://betaflight.com/docs/development/Serial#2-serial-port-function

Meaning for BF 4.4 users we could figure out that they have a single MSP VTX type device configured and re-configure it to DP automatically.

This could help avoid confusion with users that don't RTFM and never turn off DJI's custom OSD and therefor never finish correctly configuring DP on the FC side.

j005u avatar May 22 '23 14:05 j005u