mirror of https://github.com/ArduPilot/ardupilot
Lowered range to more sensible values
This commit is contained in:
parent
2831ff9148
commit
017364fc5b
|
@ -1891,7 +1891,7 @@ static void tuning(){
|
|||
switch(g.radio_tuning){
|
||||
|
||||
case CH6_DAMP:
|
||||
g.rc_6.set_range(0,1500); // 0 to 1
|
||||
g.rc_6.set_range(0,900); // 0 to 1
|
||||
g.stablize_d.set(tuning_value);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue