mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
wire data parsing and storage
This commit is contained in:
parent
039b57d28b
commit
86278ff44d
6 changed files with 26 additions and 11 deletions
|
|
@ -3,6 +3,7 @@ from owrx.command import Option
|
|||
from owrx.source.connector import ConnectorSource, ConnectorDeviceDescription
|
||||
from typing import List
|
||||
from owrx.form import Input, TextInput
|
||||
from owrx.form.converter import OptionalConverter
|
||||
from owrx.form.soapy import SoapyGainInput
|
||||
|
||||
|
||||
|
|
@ -108,6 +109,7 @@ class SoapyConnectorDeviceDescription(ConnectorDeviceDescription):
|
|||
"device",
|
||||
"Device Identifier",
|
||||
infotext='SoapySDR device identifier string (example: "serial=123456789")',
|
||||
converter=OptionalConverter()
|
||||
),
|
||||
SoapyGainInput(
|
||||
"rf_gain",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue