Bump config version for LED color storage.

This commit is contained in:
Dominic Clifton 2015-01-22 22:58:08 +01:00
parent 8bdca1b38e
commit 5a025b7164
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ profile_t *currentProfile;
static uint8_t currentControlRateProfileIndex = 0;
controlRateConfig_t *currentControlRateProfile;
static const uint8_t EEPROM_CONF_VERSION = 88;
static const uint8_t EEPROM_CONF_VERSION = 89;
static void resetAccelerometerTrims(flightDynamicsTrims_t *accelerometerTrims)
{