This commit is contained in:
david rice
2026-04-22 12:00:40 +01:00
parent 4f45ff5a20
commit b2b2b2c2f7

View File

@@ -691,10 +691,6 @@ def dual_capture(iteration: int) -> str:
else:
print(" RIGOL CH1: waveform read failed — check connection and probe.")
_restore_hs_config()
try:
requests.put(URL, json={"state": "on"}, timeout=1)
except Exception:
pass
# ── Pass 2: HS signal quality ──────────────────────────────────────────
print(" PASS 2: SIGNAL QUALITY...")
@@ -703,10 +699,6 @@ def dual_capture(iteration: int) -> str:
_save_pass("sig", iteration, ts)
else:
print(" SKIPPING SIG SAVE.")
try:
requests.put(URL, json={"state": "on"}, timeout=1)
except Exception:
pass
# ── Pass 3: frame/protocol structure ──────────────────────────────────
print(" PASS 3: FRAME STRUCTURE...")