1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Add cli command to configure adjustment ranges.

e.g. `adjrange 0 0 1700 2100 1 2`

set adjustment range 0, which applies to aux channel 0 (aux1) when range
is between 1700 and 2100 then apply function 1 (rc rate) to aux channel
2 (aux3)
This commit is contained in:
Dominic Clifton 2014-10-24 19:51:40 +01:00
parent 18abad5dd7
commit bd39445be8
5 changed files with 110 additions and 21 deletions

View file

@ -100,7 +100,7 @@ void mixerUseConfigs(servoParam_t *servoConfToUse, flight3DConfig_t *flight3DCon
master_t masterConfig; // master config struct with data independent from profiles
profile_t *currentProfile; // profile config struct
static const uint8_t EEPROM_CONF_VERSION = 82;
static const uint8_t EEPROM_CONF_VERSION = 83;
static void resetAccelerometerTrims(flightDynamicsTrims_t *accelerometerTrims)
{