Description. Run this routine and a list of repeaters will be presented. Select one of the repeaters and information for that repeater will be set on the MacLoggerDX QSO page and the time on will be set to the current UTC.
Customizing
Step 1. Gather together all the repeaters and their frequencies that you want to use in this routine.
Step 2. Replace the names of the repeaters in the line of code labeled “theChoices”. Note the formatting. The list must start with the { character and end with the } character. Each item in the list is separated by a comma and space. The item is wrapped in double quotes to specify it is a text item.
Step 3. Replace the frequencies of the repeaters in the line of code labeld “theFreqs”. Note that there must be a one to one correspondence with “theChoices”. That is, the frequency for the first item must match the first item in the repeater list “theChoices”.
Code