comparison Discovery/Src/tMenuCvOption.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 33b91584d827
children
comparison
equal deleted inserted replaced
1029:e938901f6386 1037:2af07aa38531
74 textPointer += snprintf(&text[textPointer], 21, "%c%c\t%u:%02u \016\016[m:ss]\017", TXT_2BYTE, TXT2BYTE_Timer, data->timerDurationS / 60, data->timerDurationS % 60); 74 textPointer += snprintf(&text[textPointer], 21, "%c%c\t%u:%02u \016\016[m:ss]\017", TXT_2BYTE, TXT2BYTE_Timer, data->timerDurationS / 60, data->timerDurationS % 60);
75 } 75 }
76 } 76 }
77 nextline(text,&textPointer); 77 nextline(text,&textPointer);
78 78
79 #ifdef ENABLE_PULSE_SENSOR_BT
80 if (line == 0 || line == 3)
81 {
82 textPointer += snprintf(&text[textPointer], 21, "%c%c", TXT_2BYTE, TXT2BYTE_Pulse);
83 }
84 nextline(text,&textPointer);
85
86 #endif
87
79 return StMOption; 88 return StMOption;
80 } 89 }
81 void tMCvOption_checkLineStatus(void) 90 void tMCvOption_checkLineStatus(void)
82 { 91 {
83 uint8_t localLineMask = 0; 92 uint8_t localLineMask = 0;