Skip to content

Commit e2d6dd8

Browse files
committed
Update max_tempcal.py
1 parent 804bce6 commit e2d6dd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/max_tempcal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def run_temperature_calibration(temp_delta, base_value=global_vars.tempcal_base_
9494
if global_vars.tempcal_cancelled:
9595
log("🛑 Calibration cancelled during wait.", feedback_callback)
9696
return
97-
time.sleep(30)
9897

9998
# Step 3: Once temperature is reached, stabilize and collect
10099
t_now = wait_for_stable_temperature()

0 commit comments

Comments
 (0)