JamesP6000 / WsprryPi

Raspberry Pi WSPR transmitter using NTP based frequency calibration
Other
326 stars 66 forks source link

80m new frequency #45

Open helioshk opened 3 years ago

helioshk commented 3 years ago

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