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