comparison Discovery/Inc/tHome.h @ 1037:2af07aa38531 GasConsumption

Merge with external development branches: Some features have been prepared for integration: Profiles, DMA UART on Firmware part, Bluetooth discovery and messges logging for development phase. All these new function are deactivated by compile switch and may be activated using the configuration.h for testing purpose.
author Ideenmodellierer
date Mon, 15 Sep 2025 21:12:44 +0200
parents 5b913cdaa9dc
children
comparison
equal deleted inserted replaced
1029:e938901f6386 1037:2af07aa38531
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,