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:
parent
8bdca1b38e
commit
5a025b7164
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue