myzinsky/cloudLogOffline

Support for USB/LSB?

Closed this issue · 5 comments

I'm just wondering if there is support for submodes USB/LSB at the moment (instead of just SSB)? I found this line of code but I don't see where USB/LSB should be selected as it is not in the modes list:
https://github.com/myzinsky/cloudLogOffline/blob/master/qml/QSOView.qml#L201

This line is there when FLRIG sends the mode to CloudLogOffline. There were no submodes in cloudlog when I started this app.

@myzinsky Ok understood. I'd like to add that. What do you think about a simple solution like adding modes "SSB / LSB" and "SSB / USB" and split it on adif creation into mode and submode? Would that be ok or would you have another solution in mind?

I think that would be OK if it is ADIF compliant and also is tested with Cloudlog. If you could do this, would be awesome :-)

@myzinsky Ok, I'll try to add it. Cloudlog should not be a problem as they already added it. As far as I can tell it is also supported in adif import/export there. And also in the ADIF specification it was added in version 3.0.6 from 2017 (current version 3.1.3): https://www.adif.org/306/ADIF_306.htm#Submode_Enumeration

Will be solved with #69