comparison 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
comparison
equal deleted inserted replaced
1029:e938901f6386 1037:2af07aa38531
526 text = TXT2BYTE_Position; 526 text = TXT2BYTE_Position;
527 break; 527 break;
528 case CVIEW_noneOrDebug: 528 case CVIEW_noneOrDebug:
529 text = TXT2BYTE_DispNoneDbg; 529 text = TXT2BYTE_DispNoneDbg;
530 break; 530 break;
531 #ifdef ENABLE_LOGGER_WINDOW
532 case CVIEW_Logger: text = TXT2BYTE_Logger;
533 break;
534 #endif
531 default: 535 default:
532 break; 536 break;
533 } 537 }
534 return text; 538 return text;
535 } 539 }