mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Increased EEPROM config version after 3.2.0-RC6 release.
This commit is contained in:
parent
36c91c76f6
commit
59ec9b9e34
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define EEPROM_CONF_VERSION 163
|
||||
#define EEPROM_CONF_VERSION 164
|
||||
|
||||
bool isEEPROMContentValid(void);
|
||||
bool loadEEPROM(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue