mbridak / not1mm

Not1MM != N1MM, An amateur radio contest logger for Linux.
GNU General Public License v3.0
89 stars 18 forks source link

CWR should be logged as CW #86

Closed tcarwash closed 4 months ago

tcarwash commented 4 months ago

Summary QRZ and LOTW don't function correctly with log entries using CWR as mode instead of CW.

Description Although functionally equivalent, QRZ doesn't consider CW == CWR and LOTW doesn't accept CWR as a valid mode at all. Rigctld reports CWR when some (e.g. IC7300) rigs are in CW-Reverse (upper sideband) mode, not1mm is logging this instead of just CW.

Expected Behavior Some loggers handle this with a config setting like "report CWR as CW" It's probably just as fine to just change CWR into CW at some point before it's written to a file.

mbridak commented 4 months ago

I'll push a fix soon thanks!

mbridak commented 4 months ago

Okay, I pushed 24.3.15, hopefully fixing this.

tcarwash commented 4 months ago

Awesome, thanks and 73!