From db470936b9f8c09524ad83c9084b5bba31ac0095 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 8 May 2021 23:46:26 +0200 Subject: [PATCH] remove sample config --- Radioberry-device-notes.md | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/Radioberry-device-notes.md b/Radioberry-device-notes.md index 04e1900..44102c3 100644 --- a/Radioberry-device-notes.md +++ b/Radioberry-device-notes.md @@ -8,34 +8,3 @@ More information can be found at: https://github.com/pa3gsb/Radioberry-2.x Important note: 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", - }, - }, - }, - -``` \ No newline at end of file