From 711a3e9182c8b1589135b754394d07c77523345f Mon Sep 17 00:00:00 2001 From: Adriano Date: Fri, 9 Jun 2017 13:08:01 +0200 Subject: [PATCH] Update Settings.h (#8) Options are 7 now. Fix options menu not showing last option --- workspace/ts100/inc/Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/ts100/inc/Settings.h b/workspace/ts100/inc/Settings.h index 53cf1eea..35325d34 100644 --- a/workspace/ts100/inc/Settings.h +++ b/workspace/ts100/inc/Settings.h @@ -12,7 +12,7 @@ #include #include "stm32f10x_flash.h" #define SETTINGSVERSION 0x05 /*Change this if you change the struct below to prevent people getting out of sync*/ -#define SETTINGSOPTIONSCOUNT 6 /*Number of settings in the settings menu*/ +#define SETTINGSOPTIONSCOUNT 7 /*Number of settings in the settings menu*/ #define MOTION_HIGH (0x00) #define MOTION_MED (0x10) #define MOTION_LOW (0x20)