diff options
Diffstat (limited to '')
-rw-r--r-- | 07.-KrakenSDR-Troubleshooting.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/07.-KrakenSDR-Troubleshooting.md b/07.-KrakenSDR-Troubleshooting.md index 9a23d84..3d1ba25 100644 --- a/07.-KrakenSDR-Troubleshooting.md +++ b/07.-KrakenSDR-Troubleshooting.md @@ -17,6 +17,11 @@ The second most likely cause is booting the Pi or running the software without t The third most likely cause is a poor quality USB data cable. +#### I edited the number of channels in the heimdall config file, but now heimdall doesn't work +Currently if you edit the num_ch you will also need to edit the en_bias_tee string to a matching length. For example +> num_ch = 2 +> en_bias_tee = 0,0 + #### The Android App shows no bearings Make sure that you have entered the correct IP address of the device the Kraken is running on in the app settings. |