1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Increase EEPROM CONFIG version to force a configuration reset. (#13260)

This commit is contained in:
J Blackman 2024-01-04 13:08:49 +11:00 committed by GitHub
parent 1e09315965
commit 2caed9b60d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#define EEPROM_CONF_VERSION 175 #define EEPROM_CONF_VERSION 176
bool isEEPROMVersionValid(void); bool isEEPROMVersionValid(void);
bool isEEPROMStructureValid(void); bool isEEPROMStructureValid(void);