Merge pull request #7962 from mikeller/increment_config_version_for_4_0

Incremented EEPROM config version for the 4.0 release.
This commit is contained in:
Michael Keller 2019-04-11 18:48:58 +12:00 committed by GitHub
commit 9ad2cc8445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include <stdint.h>
#include <stdbool.h>
#define EEPROM_CONF_VERSION 171
#define EEPROM_CONF_VERSION 172
bool isEEPROMVersionValid(void);
bool isEEPROMStructureValid(void);