Skip to content

Commit 724331a

Browse files
committed
Increment eeprom version
Increment eeprom version. Merge before release of 4.3 final.
1 parent 69126ea commit 724331a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/config/config_eeprom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <stdint.h>
2424
#include <stdbool.h>
2525

26-
#define EEPROM_CONF_VERSION 173
26+
#define EEPROM_CONF_VERSION 174
2727

2828
bool isEEPROMVersionValid(void);
2929
bool isEEPROMStructureValid(void);

0 commit comments

Comments
 (0)