Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Launch control
#1
Hi all,
I am trying to set up Launch Control in BF 4.4 but getting an error message for "set osd_warn_launch_control = on".
I would like to see the actual angle in the goggle...

Am I missing anything?

Thanks

[Image: 6fMyJQtl.jpg]
Reply
Login to remove this ad | Register Here
#2
The Launch Control feature isn't automatically compiled into the firmware for Betaflight 4.4.x unless you explicitly specify the USE_LAUNCH_CONTROL custom define in the Build Configuration section of the Firmware Flasher when flashing new firmware. The Custom Defines box will only appear if you have Expert Mode switched on. You will therefore need to re-flash the firmware with USE_LAUNCH_CONTROL specified. After doing that the Launch Control related CLI commands will then work as expected.
[-] The following 1 user Likes SnowLeopardFPV's post:
  • zsolth
Reply
#3
Thanks. Launch control was included when I flashed the firmware. All other commands work except that one. Anyway. I can live with that...
Thanks again for the quick reply
Reply
#4
I've been a little busy over the last few days but I just took some time out and did some digging through the Betaflight 4.4.x source code. What I discovered is that all of the individual CLI osd_warn_* settings that were present in previous versions of Betaflight (including osd_warn_launch_control) have now all been consolidated into a single osd_warn_bitmask setting in Betaflight 4.4.x which is just a single number. To enable the warnings you want displayed, just add up the numbers for each of the warning options you want from the list below and then set the osd_warn_bitmask setting to that value.

For example, if you wanted warnings for Battery Warning (4), Battery Critical (8), Failsafe (512) and Link Quality (16384) you would set the osd_warn_bitmask setting value to 16908 (which is 4 + 6 + 512 + 16384).

Warning option bitmask values:
  • 0 = No Warnings
  • 1 = Arming Disabled
  • 2 = Battery Not Full
  • 4 = Battery Warning
  • 8 = Battery Critical
  • 16 = Visual Beeper
  • 32 = Crash Flip Mode
  • 64 = ESC Fail
  • 128 = Core Temperature
  • 256 = RC Smoothing Failure
  • 512 = Failsafe
  • 1024 = Launch Control
  • 2048 = GPS Rescue Unavailable
  • 4096 = GPS Rescue Disabled
  • 8192 = RSSI
  • 16384 = Link Quality
  • 32768 = RSSI dBm
  • 65536 = Battery Over Capacity
  • 131072 = RNSR
Alternatively just go to the OSD tab in the Betaflight Configurator GUI and manually switch on the warning options you want in the Warnings panel on the right and that will automatically calculate and set the correct osd_warn_bitmask value behind the scenes for the options that you switched on...

[Image: Lr7hZ2El.jpg]
[-] The following 2 users Like SnowLeopardFPV's post:
  • EMP.FPV, Lemonyleprosy
Reply
#5
Thanks a lot
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Can a DJI RC Motion 2 control anything other than a DJI quad? Wellcordinated 8 695 17-Feb-2024, 05:00 PM
Last Post: segler999
  Drone looses control Swiftzn 6 337 23-Oct-2023, 09:51 AM
Last Post: Swiftzn
  Motors spin at Max speed after Arming no throttle control fredhead11 6 421 28-Sep-2023, 07:38 PM
Last Post: lyoha
  After upgrading ELRS RX/TX to 3.2.1 the control went crazy. Angelsinterceptor 22 1,945 02-Jul-2023, 04:52 PM
Last Post: Carlosmoga
  Question on stick control. MythN7 6 331 25-May-2023, 12:21 PM
Last Post: FPVme


Login to remove this ad | Register Here