1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Increment EEPROM version to force config reset.

This commit is contained in:
Michael Keller 2018-08-14 13:33:32 +12:00
parent 91798f89b4
commit a851043683

View file

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