Merge pull request #3954 from mikeller/increase_eeprom_conf_version

Increase EEPROM config version to trigger config reset.
This commit is contained in:
Martin Budden 2017-08-25 11:06:16 +01:00 committed by GitHub
commit e2df0a37c6
1 changed files with 1 additions and 1 deletions

View File

@ -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);