1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

300m/s as a max for the vario in Logical Switches

This commit is contained in:
bsongis 2014-06-22 15:23:56 +02:00
parent 4712383523
commit 9f522beac4
2 changed files with 4 additions and 4 deletions

View file

@ -723,7 +723,7 @@ ls_telemetry_value_t minTelemValue(uint8_t channel)
case TELEM_ACCz:
return -1000;
case TELEM_VSPEED:
return -200;
return -3000;
default:
return 0;
}
@ -765,7 +765,7 @@ ls_telemetry_value_t maxTelemValue(uint8_t channel)
case TELEM_MIN_VFAS:
return 1000;
case TELEM_VSPEED:
return 200;
return 3000;
case TELEM_ACCx:
case TELEM_ACCy:
case TELEM_ACCz: