mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user