1
0
forked from me/IronOS

Tomato tomatoo, tabss or spacess

This commit is contained in:
Christian Rahl
2022-01-22 22:53:32 -05:00
parent d91253a95b
commit 9eaa66f063

View File

@@ -783,7 +783,7 @@ void showDebugMenu(void) {
OLED::printNumber(TipThermoModel::getTipMaxInC(), 3, FontStyle::SMALL);
break;
case 13:
// Print raw hall effect value if availabe, none if hall effect disabled.
// Print raw hall effect value if availabe, none if hall effect disabled.
#ifdef HALL_SENSOR
OLED::printNumber(getRawHallEffect(), 6, FontStyle::SMALL);
#else