From 99ff409783cc4b22221a9ef009d72c57dbfc7c01 Mon Sep 17 00:00:00 2001 From: Johannes Kasberger Date: Mon, 7 Apr 2014 23:07:51 +0200 Subject: [PATCH] increment EEPROM_CONF_VERSION --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 90353446b..fc0af9916 100755 --- a/src/config.c +++ b/src/config.c @@ -13,7 +13,7 @@ master_t mcfg; // master config struct with data independent from profiles config_t cfg; // profile config struct const char rcChannelLetters[] = "AERT1234"; -static const uint8_t EEPROM_CONF_VERSION = 60; +static const uint8_t EEPROM_CONF_VERSION = 61; static uint32_t enabledSensors = 0; static void resetConf(void);