Lowered range to more sensible values

This commit is contained in:
Jason Short 2012-01-15 21:50:03 -08:00
parent 2831ff9148
commit 017364fc5b
1 changed files with 1 additions and 1 deletions

View File

@ -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;