remove sample config

Jakob Ketterl 2021-05-08 23:46:26 +02:00
parent 7bf91c0f4e
commit db470936b9
1 changed files with 0 additions and 31 deletions

@ -8,34 +8,3 @@ More information can be found at: https://github.com/pa3gsb/Radioberry-2.x
Important note: Important note:
If you want to use the radioberry in a multi user setup only one profile setting / band can be used! If you want to use the radioberry in a multi user setup only one profile setting / band can be used!
# Sample configuration
```
"radioberry": {
"name": "Radioberry",
"type": "radioberry",
"ppm": 0,
"iqswap": "true",
"antenna": "Antenna A",
"profiles": {
"40m": {
"name": "40m",
"center_freq": 7065000,
"rf_gain": 19,
"samp_rate": 48000,
"start_freq": 7070000,
"start_mod": "lsb",
},
"80m": {
"name": "80m",
"center_freq": 3565000,
"rf_gain": 19,
"samp_rate": 48000,
"start_freq": 3570000,
"start_mod": "lsb",
},
},
},
```