mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
smallAngle configurable, user can arm/disarm with swith in any
orientation Conflicts: src/cli.c src/config.c src/imu.c src/mw.c src/mw.h
This commit is contained in:
parent
3b629d58a0
commit
9cf90fa230
5 changed files with 13 additions and 5 deletions
|
@ -187,6 +187,7 @@ const clivalue_t valueTable[] = {
|
|||
{ "servo_pwm_rate", VAR_UINT16, &masterConfig.servo_pwm_rate, 50, 498 },
|
||||
|
||||
{ "retarded_arm", VAR_UINT8, &masterConfig.retarded_arm, 0, 1 },
|
||||
{ "small_angle", VAR_UINT8, &masterConfig.small_angle, 0, 90 },
|
||||
|
||||
{ "flaps_speed", VAR_UINT8, &masterConfig.airplaneConfig.flaps_speed, 0, 100 },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue