diff Discovery/Src/t7.c @ 1043:52fd91414b6c GasConsumption

Improvments scrubber timer: The scrubbertime in the CCR sumary view was not right aligned. This has been changed => the line matches the layout of the other lines. In addition the scrubber display mode was not visible after opening the scrubber menu because its drawing was depending on a function parameter which was not set by the open function.
author Ideenmodellierer
date Mon, 27 Oct 2025 20:09:23 +0100
parents 677d293c669f
children d91345e9c009
line wrap: on
line diff
--- a/Discovery/Src/t7.c	Mon Oct 27 20:06:27 2025 +0100
+++ b/Discovery/Src/t7.c	Mon Oct 27 20:09:23 2025 +0100
@@ -1949,7 +1949,7 @@
 
         data[dataIndex++] = '\n';
         data[dataIndex++] = '\r';
-        data[dataIndex++] = '\t';
+        data[dataIndex++] = '\002';
         dataIndex += printScrubberText(&data[dataIndex], 10, settings->scrubberData, settings, false);
     }