change default config

This commit is contained in:
Jakob Ketterl 2019-12-21 19:31:54 +01:00
parent a34cb3db8a
commit 33dd6937b4
1 changed files with 3 additions and 3 deletions

View File

@ -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": {