let's switch to the connectors per default for now
This commit is contained in:
parent
07de82ae82
commit
7dde793f9e
@ -103,7 +103,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",
|
"type": "rtl_sdr_connector",
|
||||||
"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
|
||||||
@ -129,7 +129,7 @@ sdrs = {
|
|||||||
},
|
},
|
||||||
"sdrplay": {
|
"sdrplay": {
|
||||||
"name": "SDRPlay RSP2",
|
"name": "SDRPlay RSP2",
|
||||||
"type": "sdrplay",
|
"type": "sdrplay_connector",
|
||||||
"ppm": 0,
|
"ppm": 0,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"20m": {
|
"20m": {
|
||||||
|
Loading…
Reference in New Issue
Block a user