1
0
forked from me/IronOS

Force settings reset for 2.04

Also updates FI to #267 but wont be built in releases until string lengths fit.
This commit is contained in:
Ben V. Brown
2018-04-13 10:11:50 +10:00
parent 58061e3c26
commit f2f20111b6
4 changed files with 35 additions and 28 deletions

View File

@@ -11,7 +11,7 @@
#define SETTINGS_H_
#include <stdint.h>
#include "stm32f1xx_hal.h"
#define SETTINGSVERSION 0x12 /*Change this if you change the struct below to prevent people getting out of sync*/
#define SETTINGSVERSION 0x13 /*Change this if you change the struct below to prevent people getting out of sync*/
/*
* This struct must be a multiple of 2 bytes as it is saved / restored from flash in uint16_t chunks