mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Merge pull request #3954 from mikeller/increase_eeprom_conf_version
Increase EEPROM config version to trigger config reset.
This commit is contained in:
commit
e2df0a37c6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define EEPROM_CONF_VERSION 160
|
||||
#define EEPROM_CONF_VERSION 161
|
||||
|
||||
bool isEEPROMContentValid(void);
|
||||
bool loadEEPROM(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue