Skip to content

Commit

Permalink
Update EEPROM version for 4.5 (#13498)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Apr 28, 2024
1 parent 565de1b commit c155f58
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 176
#define EEPROM_CONF_VERSION 177

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

0 comments on commit c155f58

Please sign in to comment.