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 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-02-16 20:36:13 +00:00
parent 5a0589dd69
commit bd87d4b4c6

View File

@@ -211,7 +211,7 @@ def start_vdl2() -> Response:
# Build dumpvdl2 command
# dumpvdl2 --output decoded:json --rtlsdr <device> --gain <gain> --correction <ppm> <freq1> <freq2> ...
cmd = [dumpvdl2_path]
cmd.extend(['--output', 'decoded:json'])
cmd.extend(['--output', 'decoded:json:file:path=-'])
if is_soapy:
# SoapySDR device