comparison Discovery/Inc/tHome.h @ 1035:5b913cdaa9dc Puls_Integration

Degub message logger: Added functionality to handle logger view (in case it is enabled via compile switch) like a normal t7 custom view.
author Ideenmodellierer
date Sat, 09 Aug 2025 16:55:20 +0200
parents 2225c467f1e9
children
comparison
equal deleted inserted replaced
1034:195bfbdf961d 1035:5b913cdaa9dc
79 CVIEW_SummaryOfLeftCorner, 79 CVIEW_SummaryOfLeftCorner,
80 CVIEW_Charger, 80 CVIEW_Charger,
81 CVIEW_CcrSummary, 81 CVIEW_CcrSummary,
82 CVIEW_Timer, 82 CVIEW_Timer,
83 CVIEW_Position, 83 CVIEW_Position,
84 CVIEW_END /* The ID is used in shift operation => 31 is the max number of supported views */ 84 #ifdef ENABLE_LOGGER_WINDOW
85 CVIEW_Logger = 25, /* keep development views at the end of the list to avoid id problems in official releases */
86 #endif
87 CVIEW_END = 32 /* The ID is used in shift operation => 31 is the max number of supported views */
85 }; 88 };
86 89
87 enum CUSTOMVIEWS_BF 90 enum CUSTOMVIEWS_BF
88 { 91 {
89 CVIEW_T3_noneOrDebug = 0, 92 CVIEW_T3_noneOrDebug = 0,