ea4k / klog

KLog is a multiplatform free hamradio logger. It runs natively on Linux, macOS and Windows.
https://www.klog.xyz
GNU General Public License v3.0
75 stars 25 forks source link

Inclusive search and submodes in LoTW download #586

Closed ag5ur closed 1 year ago

ag5ur commented 1 year ago

I'm not sure if it is an expected condition (I didn't set it, so it may be another issue), but my duplicatedQSOSlotInSecs is 0, so an impossible query was generated (e.g. qso_date > 2023-05-06 00:17:00 AND qso_date < 2023-05-06 00:17:00). To fix this, I made both comparisons inclusive.

adifLoTWReadLog2 was completely ignoring submode (so FT4 appeared as MFSK (modeid 76 rather than 26), for example), so I added a check for it and use it when present.

ea4k commented 1 year ago

Thank you!