1
0
forked from me/IronOS

Update gui.cpp

This commit is contained in:
Ben V. Brown
2021-09-15 18:59:17 +10:00
parent 6989f10829
commit a213f4bd97

View File

@@ -641,7 +641,7 @@ static void setTipOffset() {
OLED::refresh();
osDelay(100);
}
setoffset = TipThermoModel::convertTipRawADCTouV(offset / 16);
setoffset = TipThermoModel::convertTipRawADCTouV(offset / 16, true);
}
setSettingValue(SettingsOptions::CalibrationOffset, setoffset);
OLED::clearScreen();