Skip to content

Commit

Permalink
Increment eeprom version
Browse files Browse the repository at this point in the history
Increment eeprom version. Merge before release of 4.3 final.
  • Loading branch information
klutvott123 committed Jun 10, 2022
1 parent 69126ea commit 724331a
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 173
#define EEPROM_CONF_VERSION 174

bool isEEPROMVersionValid(void);
bool isEEPROMStructureValid(void);
Expand Down

0 comments on commit 724331a

Please sign in to comment.