change default config
This commit is contained in:
parent
a34cb3db8a
commit
33dd6937b4
@ -113,7 +113,7 @@ Note: if you experience audio underruns while CPU usage is 100%, you can:
|
|||||||
sdrs = {
|
sdrs = {
|
||||||
"rtlsdr": {
|
"rtlsdr": {
|
||||||
"name": "RTL-SDR USB Stick",
|
"name": "RTL-SDR USB Stick",
|
||||||
"type": "rtl_sdr_connector",
|
"type": "rtl_sdr",
|
||||||
"ppm": 0,
|
"ppm": 0,
|
||||||
# you can change this if you use an upconverter. formula is:
|
# you can change this if you use an upconverter. formula is:
|
||||||
# center_freq + lfo_offset = actual frequency on the sdr
|
# center_freq + lfo_offset = actual frequency on the sdr
|
||||||
@ -139,7 +139,7 @@ sdrs = {
|
|||||||
},
|
},
|
||||||
"airspy": {
|
"airspy": {
|
||||||
"name": "Airspy HF+",
|
"name": "Airspy HF+",
|
||||||
"type": "airspyhf_connector",
|
"type": "airspyhf",
|
||||||
"ppm": 0,
|
"ppm": 0,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"20m": {
|
"20m": {
|
||||||
@ -186,7 +186,7 @@ sdrs = {
|
|||||||
},
|
},
|
||||||
"sdrplay": {
|
"sdrplay": {
|
||||||
"name": "SDRPlay RSP2",
|
"name": "SDRPlay RSP2",
|
||||||
"type": "sdrplay_connector",
|
"type": "sdrplay",
|
||||||
"ppm": 0,
|
"ppm": 0,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"20m": {
|
"20m": {
|
||||||
|
Loading…
Reference in New Issue
Block a user