Skip to content

Commit

Permalink
reverting 3 seconds
Browse files Browse the repository at this point in the history
I am sorry!
  • Loading branch information
discip authored Jul 23, 2023
1 parent b72e5b4 commit 690d0b6
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), 3 * TICKS_SECOND)) {
if (warnUser(translatedString(Tr->CJCCalibrationDone), buttons)) {
// Preventing to repeat calibration at boot automatically (only one shot).
setSettingValue(SettingsOptions::CalibrateCJC, 0);
saveSettings();
Expand Down

0 comments on commit 690d0b6

Please sign in to comment.