Update GUIThread.cpp

This commit is contained in:
Ben V. Brown
2022-07-07 23:13:29 +10:00
parent f558cb1b5e
commit 3279cfabfc

View File

@@ -776,7 +776,7 @@ void showDebugMenu(void) {
break;
case 11:
// Tip resistance
OLED::printNumber(getTipResitanceX10() / 10, 2, FontStyle::SMALL);
OLED::printNumber(getTipResitanceX10() / 10, 5, FontStyle::SMALL); // large to pad over so that we cover ID left overs
OLED::print(SymbolDot, FontStyle::SMALL);
OLED::printNumber(getTipResitanceX10() % 10, 1, FontStyle::SMALL);
case 12: