Increment EEPROM Magic Number due to EEPROM init issues

Specifically, the magic value may be initialized, but the range added for the CTRL-GUI feature is not
This commit is contained in:
Drashna Jael're
2019-08-26 21:39:15 -07:00
committed by Florian Didron
parent aa074cf592
commit ef5cdd2262

View File

@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdbool.h>
#define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEEE
#define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEEF
#define EECONFIG_MAGIC_NUMBER_OFF (uint16_t)0xFFFF
/* EEPROM parameter address */