diff 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
line wrap: on
line diff
--- a/Common/Inc/configuration.h	Sun Sep 07 20:44:35 2025 +0200
+++ b/Common/Inc/configuration.h	Mon Sep 15 21:12:44 2025 +0200
@@ -96,8 +96,20 @@
 /* Enable to have a faster transfer speed between bluetooth module and CPU */
 #define ENABLE_FAST_COMM
 
+/* Enable to have support of Polar HC10 heartbeat sensor active */
+/* #define ENABLE_PULSE_SENSOR_BT */
+
 /* Enable RTE sleep mode debugging */
 /* #define ENABLE_SLEEP_DEBUG */
 
+/* Enable to receive data from the radio connection usart */
+/* #define ENABLE_USART_RADIO */
+
+/* Enable to show messages which are den during runtime in a popup window */
+/* #define ENABLE_LOGGER_WINDOW */
+
+/* Enable to have the possibility to switch between four individual sets of settings */
+/* #define ENABLE_SETTING_PROFILES */
+
 
 #endif