Fix bug in tip -> F logic

This commit is contained in:
Ben V. Brown
2020-12-29 12:40:30 +11:00
parent 34226ebcdb
commit 7ea6d4afbd
3 changed files with 8 additions and 13 deletions

View File

@@ -66,7 +66,7 @@ void gui_drawTipTemp(bool symbol) {
Temp = TipThermoModel::getTipInC();
}
OLED::printNumber(Temp, 3); // Draw the tip temp out finally
OLED::printNumber(Temp, 3); // Draw the tip temp out
if (symbol) {
if (OLED::getFont() == 0) {
// Big font, can draw nice symbols