Merge pull request #6559 from mikeller/increment_eeprom_version_for_3_5_0

Increment EEPROM version to force config reset.
This commit is contained in:
Michael Keller 2018-08-14 15:13:32 +12:00 committed by GitHub
commit 1d710afd70
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 170
#define EEPROM_CONF_VERSION 171
bool isEEPROMVersionValid(void);
bool isEEPROMStructureValid(void);