Skip to content

Commit

Permalink
Update CJC.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
discip authored Jul 24, 2023
1 parent 3387130 commit 955b49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Core/Threads/OperatingModes/CJC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OperatingMode performCJCC(const ButtonState buttons, guiContext *cxt) {

uint16_t setOffset = TipThermoModel::convertTipRawADCTouV(cxt->scratch_state.state3 / 16, true);
setSettingValue(SettingsOptions::CalibrationOffset, setOffset);
if (warnUser(translatedString(Tr->CJCCalibrationDone), buttons)) {
if (warnUser(translatedString(Tr->CalibrationDone), buttons)) {
// Preventing to repeat calibration at boot automatically (only one shot).
setSettingValue(SettingsOptions::CalibrateCJC, 0);
saveSettings();
Expand Down

0 comments on commit 955b49a

Please sign in to comment.