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

Bump EEPROM

This commit is contained in:
borisbstyle 2016-03-02 14:20:33 +01:00
parent 4074b74676
commit c2338ef0ed
2 changed files with 2 additions and 2 deletions

View file

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