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

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

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)
{