From b2b2b2c2f781391fa8283a8f26c833df4ab1e4d5 Mon Sep 17 00:00:00 2001 From: david rice Date: Wed, 22 Apr 2026 12:00:40 +0100 Subject: [PATCH] Changes --- mipi_test_interactive.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mipi_test_interactive.py b/mipi_test_interactive.py index d386e0e..eb5ef3f 100644 --- a/mipi_test_interactive.py +++ b/mipi_test_interactive.py @@ -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...")