Page 1 of 1

Config.yaml addings

Posted: Wed Dec 09, 2020 6:22 pm
by Pa3fbx
Hi all,
Just to introduce me: i am Benno PA3FBX.

I was checking out this great project.
I would like to add or change some of the presets witch can be found in de config.yaml

Specially the frequency and Ks settings.

But Every time i'll add someting the dam thing will not load.
Tryied many times now so what am i doing wrong..

Know how to sudo nano the file and saving afterwards.
But as soon as i add a frequency or a KS in the scan preset the longmynd is crashing.

Best regards and keep on the great work.

Benno

Re: Config.yaml addings

Posted: Wed Dec 09, 2020 10:44 pm
by G8GKQ
Hi Benno

Some hints:

- There is a limit of 4 freqencies and 4 SRs for each preset

- Make sure you use spaces and not tabs

- Try running ryde from the command line, so that you can see the error report:

Code: Select all

cd /home/pi/ryde
python3 -m rydeplayer /home/pi/ryde/config.yaml
Dave, G8GKQ

Re: Config.yaml addings

Posted: Thu Dec 10, 2020 12:23 am
by g4eml
Indentation at the start of each line is also critical, an extra space or a missing space will stop it working.

Re: Config.yaml addings

Posted: Thu Dec 10, 2020 4:42 am
by Pa3fbx
Thanks .
will try...