From ac2cb581edb009195fffa22f74bbc87abeee1d34 Mon Sep 17 00:00:00 2001 From: majmongoose Date: Wed, 10 Jul 2024 08:52:13 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b461e00..cb84469 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ This repository contains some of my tools used for converting logs for the ARRL Field Day. Specifically these tools work with ADIF files and special files created by [SQUIRL Logger](https://www.qsl.net/kc8opv/squirl-fd/). Since I was unable to locate any tools to do what I needed, I figured I should create and publish these for use. +*#### Please Report any bugs using the Issues tab.* + ## adifConverter ADIF Converter can take command line arguments (input and output file), or it will prompt the user for the file names. It will ask you all of the details for the header, and then truncate it into one big cabrillo file. ->Known Bug: The software adds some blank qso lines under the header. You can manually delete these or fixed with a PR. +>*Known Bug: The software adds some blank QSO lines under the header. You can manually delete these or fix with a PR.* ## squirlConverter Squirl converter is a bit simpler to use. Put all of the exported log TXT files into the same directory as the script, and give it an argument for the name of the output file (it will default to "output.txt"). It will also have you enter the header information, and output another single large cabrillo file.