mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fix bug in tip -> F logic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user