-
-
Notifications
You must be signed in to change notification settings - Fork 904
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
Launch Control missing #3256
Comments
Please add the features you require while flashing your board. https://betaflight.com/docs/configurator/firmware-flasher-tab#custom-defines |
Got it! Thank you |
Just 1 thing missing, will it display in the OSD if launch control is on? This option doesn't seem to work osd_warn_launch_control = ON |
Got replace by @limonspb
See: betaflight/betaflight#11671 You can set them up more easy using osd tab: |
Describe the bug
Hi everyone, I was trying to setup launch control on betaflight 4.4.0 RC5 but launch control seems to be missing from the CLI commands..
set launch_control_mode = PITCHONLY
set launch_trigger_allow_reset = ON
set launch_trigger_throttle_percent = 50
set launch_angle_limit = 75
set osd_warn_launch_control = ON
To Reproduce
These commands no longer work in CLI
set launch_control_mode = PITCHONLY
set launch_trigger_allow_reset = ON
set launch_trigger_throttle_percent = 50
set launch_angle_limit = 75
set osd_warn_launch_control = ON
Expected behavior
"Set Launch" shows nothing in CLI
Configurator version
10.9.0 RC5
Flight controller configuration
Add any other context about the problem that you think might be relevant here
No response
The text was updated successfully, but these errors were encountered: