mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Use a positive named setting and variable instead of a negative one to
simplify the logic and aid understanding.
This commit is contained in:
parent
acabbf41db
commit
ed434fe47b
5 changed files with 5 additions and 7 deletions
|
@ -378,7 +378,7 @@ static void resetConf(void)
|
|||
masterConfig.disarm_kill_switch = 1;
|
||||
masterConfig.auto_disarm_delay = 5;
|
||||
masterConfig.small_angle = 25;
|
||||
masterConfig.disable_pid_at_min_throttle = 0;
|
||||
masterConfig.pid_at_min_throttle = 1;
|
||||
|
||||
|
||||
masterConfig.airplaneConfig.flaps_speed = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue