We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804bce6 commit e2d6dd8Copy full SHA for e2d6dd8
code/max_tempcal.py
@@ -94,7 +94,6 @@ def run_temperature_calibration(temp_delta, base_value=global_vars.tempcal_base_
94
if global_vars.tempcal_cancelled:
95
log("🛑 Calibration cancelled during wait.", feedback_callback)
96
return
97
- time.sleep(30)
98
99
# Step 3: Once temperature is reached, stabilize and collect
100
t_now = wait_for_stable_temperature()
0 commit comments