ok2cqr/cqrlog

ADIF import submodes

Closed this issue · 0 comments

OH1KH commented

A while ago I made ADIF export fix that can write proper submode by adif rules. That is because cqrlog does not have submode column and holds modes like PSK32 PSK64 in mode column.

Import still needs same kind of fix: If there is submode in adif record it should be placed as mode when importing.
There is already conversion from submodes FT4,FST4,JS8 but I think we could always set submode to mode without checking now when export already works. There are 38 PSK submodes alone!

Mode column length in database is 12 so it should hold most submodes.