Mercurial > public > ostc4
diff Common/Inc/configuration.h @ 1036:5865f0aeb438 Puls_Integration
Radio data integration:
Added functionality for displaying radio data as debug message. The USART3 has been configurated for receiption and a function for the visualization of the data has been added to the demo unit (draft implementation). For activation the radio as well as the logger functionality needs to be activated via compile switch. Note that at the moment bluetooth and radio DMA may not be operated in parallel.
| author | Ideenmodellierer |
|---|---|
| date | Sun, 10 Aug 2025 15:28:59 +0200 |
| parents | 33b91584d827 |
| children | 2af07aa38531 |
line wrap: on
line diff
--- a/Common/Inc/configuration.h Sat Aug 09 16:55:20 2025 +0200 +++ b/Common/Inc/configuration.h Sun Aug 10 15:28:59 2025 +0200 @@ -97,10 +97,15 @@ #define ENABLE_FAST_COMM /* Enable to have support of Polar HC10 heartbeat sensor active */ -#define ENABLE_PULSE_SENSOR_BT +/* #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 #endif
