Update Settings.h (#8)

Options are 7 now.
Fix options menu not showing last option
This commit is contained in:
Adriano
2017-06-09 13:08:01 +02:00
committed by Ben V. Brown
parent 7e1e81cc6f
commit 711a3e9182

View File

@@ -12,7 +12,7 @@
#include <stdint.h>
#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)