We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use 1 connection to upload all the findings
The text was updated successfully, but these errors were encountered:
Possible option with a post file transfer. Ex:
Formatting:
fprintf(fall_wspr, "%6s %4s %3.0f %5.2f %11.7f %-22s %2d %5.2f %2d\n", decodes[i].date, decodes[i].time, decodes[i].snr, decodes[i].dt, decodes[i].freq, decodes[i].message, (int)decodes[i].drift, decodes[i].sync, decodes[i].ipass+1);
ADIF conversion: https://github.com/notFloran/wspr_to_adif
Sorry, something went wrong.
Guenael
No branches or pull requests
use 1 connection to upload all the findings
The text was updated successfully, but these errors were encountered: