comparison Common/Inc/configuration.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 5865f0aeb438
children
comparison
equal deleted inserted replaced
1029:e938901f6386 1037:2af07aa38531
94 /* #define ENABLE_PREDIVE_CHECK */ 94 /* #define ENABLE_PREDIVE_CHECK */
95 95
96 /* Enable to have a faster transfer speed between bluetooth module and CPU */ 96 /* Enable to have a faster transfer speed between bluetooth module and CPU */
97 #define ENABLE_FAST_COMM 97 #define ENABLE_FAST_COMM
98 98
99 /* Enable to have support of Polar HC10 heartbeat sensor active */
100 /* #define ENABLE_PULSE_SENSOR_BT */
101
99 /* Enable RTE sleep mode debugging */ 102 /* Enable RTE sleep mode debugging */
100 /* #define ENABLE_SLEEP_DEBUG */ 103 /* #define ENABLE_SLEEP_DEBUG */
101 104
105 /* Enable to receive data from the radio connection usart */
106 /* #define ENABLE_USART_RADIO */
107
108 /* Enable to show messages which are den during runtime in a popup window */
109 /* #define ENABLE_LOGGER_WINDOW */
110
111 /* Enable to have the possibility to switch between four individual sets of settings */
112 /* #define ENABLE_SETTING_PROFILES */
113
102 114
103 #endif 115 #endif