From 59ec9b9e34d29d138532deb4fecd2992e13ede4e Mon Sep 17 00:00:00 2001 From: mikeller Date: Thu, 5 Oct 2017 03:49:42 +1300 Subject: [PATCH] Increased EEPROM config version after 3.2.0-RC6 release. --- src/main/config/config_eeprom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/config/config_eeprom.h b/src/main/config/config_eeprom.h index 382e7d14c2..8810227ead 100644 --- a/src/main/config/config_eeprom.h +++ b/src/main/config/config_eeprom.h @@ -20,7 +20,7 @@ #include #include -#define EEPROM_CONF_VERSION 163 +#define EEPROM_CONF_VERSION 164 bool isEEPROMContentValid(void); bool loadEEPROM(void);