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

Reducing the maximum number of mode ranges from 40 to 20 to free up some

configuration storage space.
This commit is contained in:
Dominic Clifton 2015-05-30 00:03:30 +01:00
parent e6733b4dfc
commit 6f3c16fe6c
2 changed files with 2 additions and 7 deletions

View file

@ -139,7 +139,7 @@ static uint32_t activeFeaturesLatch = 0;
static uint8_t currentControlRateProfileIndex = 0;
controlRateConfig_t *currentControlRateProfile;
static const uint8_t EEPROM_CONF_VERSION = 100;
static const uint8_t EEPROM_CONF_VERSION = 101;
static void resetAccelerometerTrims(flightDynamicsTrims_t *accelerometerTrims)
{