From bd87d4b4c6952ee8cc1831e28cea132a283a1d10 Mon Sep 17 00:00:00 2001 From: Smittix Date: Mon, 16 Feb 2026 20:36:13 +0000 Subject: [PATCH] fix: Use full dumpvdl2 output specifier for v2.6.0 compatibility dumpvdl2 2.6.0 requires the complete output specifier format 'decoded:json:file:path=-' instead of just 'decoded:json'. Co-Authored-By: Claude Opus 4.6 --- routes/vdl2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/vdl2.py b/routes/vdl2.py index ea64208..04f3f44 100644 --- a/routes/vdl2.py +++ b/routes/vdl2.py @@ -211,7 +211,7 @@ def start_vdl2() -> Response: # Build dumpvdl2 command # dumpvdl2 --output decoded:json --rtlsdr --gain --correction ... cmd = [dumpvdl2_path] - cmd.extend(['--output', 'decoded:json']) + cmd.extend(['--output', 'decoded:json:file:path=-']) if is_soapy: # SoapySDR device