diff Common/Inc/settings.h @ 368:50ea68c7a153 MotionDetection

Added menu item for motion detection. There are several possibility to use motion detection for user action input. To select of the a new menu entry has been added to the Sys2 =>Custom View Menu (Variables in german)
author ideenmodellierer
date Tue, 13 Aug 2019 21:10:46 +0200
parents b2a9e9b02df0
children 75eedde05ff6
line wrap: on
line diff
--- a/Common/Inc/settings.h	Sat Jul 20 21:42:45 2019 +0200
+++ b/Common/Inc/settings.h	Tue Aug 13 21:10:46 2019 +0200
@@ -216,6 +216,8 @@
 	uint8_t FlipDisplay;
 	/* new in 0xFFFF0019 */
 	uint32_t cv_configuration;
+	/* new in 0xFFFF001A */
+	uint8_t MotionDetection;
 
 } SSettings;