mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
remove parameter map_ch0
This commit is contained in:
parent
08c5c97dcb
commit
2bd2e81d57
|
|
@ -7,7 +7,7 @@ from owrx.form.input.validator import RequiredValidator
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
|
|
||||||
AFEDRI_DEVICE_KEYS = ["rx_mode", "map_ch0"]
|
AFEDRI_DEVICE_KEYS = ["rx_mode"]
|
||||||
AFEDRI_PROFILE_KEYS = ["r820t_lna_agc", "r820t_mixer_agc"]
|
AFEDRI_PROFILE_KEYS = ["r820t_lna_agc", "r820t_mixer_agc"]
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -77,12 +77,6 @@ class AfedriDeviceDescription(SoapyConnectorDeviceDescription):
|
||||||
"r820t_mixer_agc",
|
"r820t_mixer_agc",
|
||||||
"Enable R820T Mixer AGC",
|
"Enable R820T Mixer AGC",
|
||||||
),
|
),
|
||||||
NumberInput(
|
|
||||||
"map_ch0",
|
|
||||||
"Substitute channel 0",
|
|
||||||
infotext="Number in range [0,3]. Substitute SoapySDR channel 0 with a specific Afedri channel",
|
|
||||||
validator=RangeValidator(0, 3),
|
|
||||||
),
|
|
||||||
NumberInput(
|
NumberInput(
|
||||||
"rx_mode",
|
"rx_mode",
|
||||||
"RX Mode (Single/Dual/Quad Channel)",
|
"RX Mode (Single/Dual/Quad Channel)",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue