fixed typos found by Frank Bauer

pull/58/head
alanbjohnston 5 years ago committed by GitHub
parent 7fb69aa2d9
commit 58c15fb199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -171,6 +171,14 @@ sdrs = {
"start_freq": 51000000, "start_freq": 51000000,
"start_mod": "usb", "start_mod": "usb",
}, },
"108MHz": {
"name": "108 MHz",
"center_freq": 108000000,
"rf_gain": 30,
"samp_rate": 2400000,
"start_freq": 108000000,
"start_mod": "nfm",
},
"110MHz": { "110MHz": {
"name": "110 MHz", "name": "110 MHz",
"center_freq": 110000000, "center_freq": 110000000,
@ -509,12 +517,20 @@ sdrs = {
}, },
"438mhz": { "438mhz": {
"name": "438 MHz 70cm Ham Band", "name": "438 MHz 70cm Ham Band",
"center_freq": 138000000, "center_freq": 438000000,
"rf_gain": 30, "rf_gain": 30,
"samp_rate": 2400000, "samp_rate": 2400000,
"start_freq": 438000000, "start_freq": 438000000,
"start_mod": "nfm", "start_mod": "nfm",
}, },
"440mhz": {
"name": "440 MHz 70cm Ham Band",
"center_freq": 440000000,
"rf_gain": 30,
"samp_rate": 2400000,
"start_freq": 440000000,
"start_mod": "nfm",
},
"446mhz": { "446mhz": {
"name": "446 MHz", "name": "446 MHz",
"center_freq": 446000000, "center_freq": 446000000,

Loading…
Cancel
Save

Powered by TurnKey Linux.