Mercurial > public > ostc4
comparison Discovery/Inc/tHome.h @ 379:0dbf550dc743 MotionDetection
Added missing customerview selection
In the previous version only 6 out of 10 custom views could be configurated => Added a second page for the dive menu system tab
In case all views are deactivated the none / debug page will be set as default
author | ideenmodellierer |
---|---|
date | Mon, 16 Sep 2019 22:49:34 +0200 |
parents | b111fc4250e9 |
children | 39c147e47c1c |
comparison
equal
deleted
inserted
replaced
378:834e087505ec | 379:0dbf550dc743 |
---|---|
81 CVIEW_T3_ApnoeSurfaceInfo, | 81 CVIEW_T3_ApnoeSurfaceInfo, |
82 CVIEW_T3_END | 82 CVIEW_T3_END |
83 }; | 83 }; |
84 | 84 |
85 // for custom view switch on/off 161122 hw | 85 // for custom view switch on/off 161122 hw |
86 extern const uint8_t cv_changelist[6]; | 86 extern const uint8_t cv_changelist[]; |
87 #define CHECK_BIT_THOME(var,pos) (((var)>>(pos)) & 1) | 87 #define CHECK_BIT_THOME(var,pos) (((var)>>(pos)) & 1) |
88 | 88 |
89 typedef struct | 89 typedef struct |
90 { | 90 { |
91 uint16_t Hours; | 91 uint16_t Hours; |