Skip to content

Commit

Permalink
Merge pull request #11644 from klutvott123/increment-eeprom-version
Browse files Browse the repository at this point in the history
  • Loading branch information
blckmn committed Jun 11, 2022
2 parents 69126ea + 724331a commit 229ac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/config/config_eeprom.h
Original file line number Diff line number Diff line change
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 229ac66

Please sign in to comment.