mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Increment EEPROM version to force config reset.
This commit is contained in:
parent
91798f89b4
commit
a851043683
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define EEPROM_CONF_VERSION 170
|
||||
#define EEPROM_CONF_VERSION 171
|
||||
|
||||
bool isEEPROMVersionValid(void);
|
||||
bool isEEPROMStructureValid(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue