diff Discovery/Src/tMenuEditCustom.c @ 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 88b6ab90c55a
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditCustom.c	Sun Sep 07 20:44:35 2025 +0200
+++ b/Discovery/Src/tMenuEditCustom.c	Mon Sep 15 21:12:44 2025 +0200
@@ -528,6 +528,10 @@
     case CVIEW_noneOrDebug:
     	text = TXT2BYTE_DispNoneDbg;
     	break;
+#ifdef ENABLE_LOGGER_WINDOW
+    case CVIEW_Logger: text = TXT2BYTE_Logger;
+    	break;
+#endif
     default:
         break;
     }