Bump EEPROM version

This commit is contained in:
borisbstyle 2017-03-07 00:30:12 +01:00 committed by GitHub
parent b9c2913c09
commit 5c3738fc65
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#define EEPROM_CONF_VERSION 156 #define EEPROM_CONF_VERSION 157
bool isEEPROMContentValid(void); bool isEEPROMContentValid(void);
bool loadEEPROM(void); bool loadEEPROM(void);