mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Increase EEPROM CONFIG version to force a configuration reset. (#13260)
This commit is contained in:
parent
1e09315965
commit
2caed9b60d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define EEPROM_CONF_VERSION 175
|
||||
#define EEPROM_CONF_VERSION 176
|
||||
|
||||
bool isEEPROMVersionValid(void);
|
||||
bool isEEPROMStructureValid(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue