comparison Discovery/Src/tMenuEditSystem.c @ 384:427ae9f8e28e MotionDetection

Consider number of available t3 views in sector handling: Before chande the number of sectors were taken from t7 view only causing t3 view to be shown inconsistent in case t7 view count were not 6. => added function to count views.
author ideenmodellierer
date Thu, 17 Oct 2019 23:09:17 +0200
parents 14fd5f35cb50
children ebc2b571a0b9
comparison
equal deleted inserted replaced
383:49a02dea8ae3 384:427ae9f8e28e
44 44
45 #define CV_SUBPAGE_MAX (2u) /* max number of customer view selection pages */ 45 #define CV_SUBPAGE_MAX (2u) /* max number of customer view selection pages */
46 /*#define HAVE_DEBUG_VIEW */ 46 /*#define HAVE_DEBUG_VIEW */
47 static uint8_t infoPage = 0; 47 static uint8_t infoPage = 0;
48 48
49
50 static uint8_t infoPage = 0;
51
52 /* Private function prototypes -----------------------------------------------*/ 49 /* Private function prototypes -----------------------------------------------*/
53 void openEdit_DateTime(void); 50 void openEdit_DateTime(void);
54 void openEdit_Language(void); 51 void openEdit_Language(void);
55 void openEdit_Design(void); 52 void openEdit_Design(void);
56 void openEdit_Customview(void); 53 void openEdit_Customview(void);