mirror of https://github.com/ArduPilot/ardupilot
Lowered range to more sensible values
This commit is contained in:
parent
3797c25867
commit
aa1f09af83
|
@ -1891,7 +1891,7 @@ static void tuning(){
|
||||||
switch(g.radio_tuning){
|
switch(g.radio_tuning){
|
||||||
|
|
||||||
case CH6_DAMP:
|
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);
|
g.stablize_d.set(tuning_value);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue