comparison Discovery/Src/tMenuHardware.c @ 1039:f8e2895c91e5 GasConsumption

Reorder the 'SYS' menus so that they follow 'features / hardware / display' which should be less confusing for users. Also fix a bug with a non-implemented menu entry in the 'SYS1' menu on OSTC 4 (mikeller)
author heinrichsweikamp
date Mon, 13 Oct 2025 15:44:12 +0200
parents 85f7e19c6688
children
comparison
equal deleted inserted replaced
1038:677d293c669f 1039:f8e2895c91e5
150 text[textPointer++] = '\t'; 150 text[textPointer++] = '\t';
151 if(settingsGetPointer()->warningBuzzer) 151 if(settingsGetPointer()->warningBuzzer)
152 text[textPointer++] = '\005'; 152 text[textPointer++] = '\005';
153 else 153 else
154 text[textPointer++] = '\006'; 154 text[textPointer++] = '\006';
155 nextline(text,&textPointer);
155 } 156 }
156 nextline(text,&textPointer);
157 157
158 return StMHARD; 158 return StMHARD;
159 } 159 }