Tomato tomatoo, tabss or spacess
This commit is contained in:
@@ -783,7 +783,7 @@ void showDebugMenu(void) {
|
|||||||
OLED::printNumber(TipThermoModel::getTipMaxInC(), 3, FontStyle::SMALL);
|
OLED::printNumber(TipThermoModel::getTipMaxInC(), 3, FontStyle::SMALL);
|
||||||
break;
|
break;
|
||||||
case 13:
|
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
|
#ifdef HALL_SENSOR
|
||||||
OLED::printNumber(getRawHallEffect(), 6, FontStyle::SMALL);
|
OLED::printNumber(getRawHallEffect(), 6, FontStyle::SMALL);
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user