comparison Discovery/Inc/tHome.h @ 594:280c11153080

Added compile switch for new T3 View Profile
author Ideenmodellierer
date Mon, 04 Jan 2021 21:30:04 +0100
parents 6960df7ddb09
children c00a80f26641
comparison
equal deleted inserted replaced
593:3a6f922b73ea 594:280c11153080
81 CVIEW_T3_Temperature, 81 CVIEW_T3_Temperature,
82 CVIEW_T3_ApnoeSurfaceInfo, 82 CVIEW_T3_ApnoeSurfaceInfo,
83 CVIEW_T3_Navigation, 83 CVIEW_T3_Navigation,
84 CVIEW_T3_DepthData, 84 CVIEW_T3_DepthData,
85 CVIEW_T3_DecoTTS, 85 CVIEW_T3_DecoTTS,
86 #ifdef ENABLE_T3_PROFILE_VIEW
87 CVIEW_T3_Profile,
88 #endif
86 CVIEW_T3_END 89 CVIEW_T3_END
87 }; 90 };
88 91
89 // for custom view switch on/off 161122 hw 92 // for custom view switch on/off 161122 hw
90 extern const uint8_t cv_changelist[]; 93 extern const uint8_t cv_changelist[];