Skip to content

Commit

Permalink
Merge pull request #7962 from mikeller/increment_config_version_for_4_0
Browse files Browse the repository at this point in the history
Incremented EEPROM config version for the 4.0 release.
  • Loading branch information
mikeller committed Apr 11, 2019
2 parents f160546 + a5678de commit 9ad2cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/config/config_eeprom.h
Expand Up @@ -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);
Expand Down

0 comments on commit 9ad2cc8

Please sign in to comment.