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:
parent
18abad5dd7
commit
bd39445be8
5 changed files with 110 additions and 21 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue