Merge pull request #6302 from mikeller/increment_eeprom_version

Increment EEPROM version to force config reset.
This commit is contained in:
Michael Keller 2018-07-08 15:14:52 +12:00 committed by GitHub
commit cce8a59be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include <stdint.h>
#include <stdbool.h>
#define EEPROM_CONF_VERSION 169
#define EEPROM_CONF_VERSION 170
bool isEEPROMVersionValid(void);
bool isEEPROMStructureValid(void);