Adding satellites

3 posts / 0 new
Last post
VK4JAZ
Adding satellites

I would like to add AO-91 and AO-92 to my satellite menu as I do work these FM birds. How can I do this?

oh1kh
Adding satellites

Hi!
Stop cqrlog. Use your favorite text editor (here I have used command line editor "nano"). You can also use file browser to navigate that folder and right click sat_name.tab and select text editor from there. Note that file browser settings must allow to "show hidden files and folders" as ".config" is a hidden folder.

nano ~/.config/cqrlog/sat_name.tab

Should look like this:

AO-10|AMSAT-OSCAR 10
AO-13|AMSAT-OSCAR 13
AO-16|AMSAT-OSCAR 16
....

Add your satellites to top of file and they are first when you use selector at cqrlog.
Satellite name and description is separated with "|" (pipe).

Save file and start cqrlog.

--
Saku
OH1KH

VK4JAZ
Adding satellites

Many thanks Saku. Worked perfectly.