You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The frequency for the 80m band has changed quite a while ago and >90% of the operators have migrated to the new frequency. https://wsprnet.org/drupal/node/7834
It would be good if you could change the code accordingly.
else if (!strcasecmp(argv[optind],"80m")) {
parsed_freq=3594100.0;
Should be 3570100
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
The frequency for the 80m band has changed quite a while ago and >90% of the operators have migrated to the new frequency.
https://wsprnet.org/drupal/node/7834
It would be good if you could change the code accordingly.
Should be 3570100
Thanks
The text was updated successfully, but these errors were encountered: