Merge pull request #4375 from mikeller/increased_eeprom_version_after_3_2_1

Increased EEPROM config version after 3.2.1.
This commit is contained in:
Michael Keller 2017-10-17 01:47:46 +13:00 committed by GitHub
commit cb222465e9
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 164
#define EEPROM_CONF_VERSION 165
bool isEEPROMContentValid(void);
bool loadEEPROM(void);