mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update more langs
This commit is contained in:
@@ -83,9 +83,9 @@ void gui_drawTipTemp() {
|
||||
Temp = tipMeasurementToF(Temp);
|
||||
else
|
||||
Temp = tipMeasurementToC(Temp);
|
||||
//Round if nearby
|
||||
if (abs(Temp - systemSettings.SolderingTemp) < 3)
|
||||
Temp = systemSettings.SolderingTemp;
|
||||
//[Disabled 24/11/2017] Round if nearby
|
||||
//if (abs(Temp - systemSettings.SolderingTemp) < 3)
|
||||
// Temp = systemSettings.SolderingTemp;
|
||||
|
||||
lcd.printNumber(Temp, 3); //Draw the tip temp out finally
|
||||
|
||||
|
||||
Reference in New Issue
Block a user