Merge pull request #6302 from mikeller/increment_eeprom_version
Increment EEPROM version to force config reset.
This commit is contained in:
commit
cce8a59be4
|
@ -23,7 +23,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define EEPROM_CONF_VERSION 169
|
#define EEPROM_CONF_VERSION 170
|
||||||
|
|
||||||
bool isEEPROMVersionValid(void);
|
bool isEEPROMVersionValid(void);
|
||||||
bool isEEPROMStructureValid(void);
|
bool isEEPROMStructureValid(void);
|
||||||
|
|
Loading…
Reference in New Issue