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:
parent
e6733b4dfc
commit
6f3c16fe6c
2 changed files with 2 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue