Skip to content

Commit 229ac66

Browse files
authored
Merge pull request betaflight#11644 from klutvott123/increment-eeprom-version
2 parents 69126ea + 724331a commit 229ac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/config/config_eeprom.h

+1-1
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)