change default rtlsdr gain to 29 to avoid e4000 problems
This commit is contained in:
parent
9b977ac878
commit
be757c7968
@ -144,7 +144,7 @@ sdrs = {
|
|||||||
"70cm": {
|
"70cm": {
|
||||||
"name": "70cm Relais",
|
"name": "70cm Relais",
|
||||||
"center_freq": 438800000,
|
"center_freq": 438800000,
|
||||||
"rf_gain": 30,
|
"rf_gain": 29,
|
||||||
"samp_rate": 2400000,
|
"samp_rate": 2400000,
|
||||||
"start_freq": 439275000,
|
"start_freq": 439275000,
|
||||||
"start_mod": "nfm",
|
"start_mod": "nfm",
|
||||||
@ -152,7 +152,7 @@ sdrs = {
|
|||||||
"2m": {
|
"2m": {
|
||||||
"name": "2m komplett",
|
"name": "2m komplett",
|
||||||
"center_freq": 145000000,
|
"center_freq": 145000000,
|
||||||
"rf_gain": 30,
|
"rf_gain": 29,
|
||||||
"samp_rate": 2400000,
|
"samp_rate": 2400000,
|
||||||
"start_freq": 145725000,
|
"start_freq": 145725000,
|
||||||
"start_mod": "nfm",
|
"start_mod": "nfm",
|
||||||
|
Loading…
Reference in New Issue
Block a user