mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
more tuning of the default configuration
This commit is contained in:
parent
017ad818ef
commit
3479148b86
|
|
@ -148,7 +148,7 @@ sdrs = {
|
||||||
"20m": {
|
"20m": {
|
||||||
"name": "20m",
|
"name": "20m",
|
||||||
"center_freq": 14150000,
|
"center_freq": 14150000,
|
||||||
"samp_rate": 768000,
|
"samp_rate": 384000,
|
||||||
"start_freq": 14070000,
|
"start_freq": 14070000,
|
||||||
"start_mod": "usb",
|
"start_mod": "usb",
|
||||||
},
|
},
|
||||||
|
|
@ -169,14 +169,14 @@ sdrs = {
|
||||||
"80m": {
|
"80m": {
|
||||||
"name": "80m",
|
"name": "80m",
|
||||||
"center_freq": 3650000,
|
"center_freq": 3650000,
|
||||||
"samp_rate": 768000,
|
"samp_rate": 384000,
|
||||||
"start_freq": 3570000,
|
"start_freq": 3570000,
|
||||||
"start_mod": "lsb",
|
"start_mod": "lsb",
|
||||||
},
|
},
|
||||||
"49m": {
|
"49m": {
|
||||||
"name": "49m Broadcast",
|
"name": "49m Broadcast",
|
||||||
"center_freq": 6000000,
|
"center_freq": 6050000,
|
||||||
"samp_rate": 768000,
|
"samp_rate": 384000,
|
||||||
"start_freq": 6070000,
|
"start_freq": 6070000,
|
||||||
"start_mod": "am",
|
"start_mod": "am",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue