mbridak / not1mm

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

Cannot change RST to something 59+xx or other free text #11

Closed rolnas closed 1 year ago

rolnas commented 1 year ago

For casual QSO mode at least we should allow write any values. Yes we can change in log window and edit QSO, but it requires much more time.

mbridak commented 1 year ago

This is a bit bizarre. It's somehow related to CAT control... At least a check for CAT control.

If you change CAT control to None. You can enter whatever you like in the RST field while using General logging.

<QSO_DATE:8:d>20230618
<TIME_ON:4>1505
<CALL:5>K6GTE
<NAME:4>Mike
<MODE:2>CW
<FREQ:6>14.032
<RST_SENT:3>599
<RST_RCVD:17>I'm a pretty pony
<COMMENT:31>strange fellow who likes ponies
<EOR>

But as soon as CAT control it turned on, it forces it to 599...

Clearly a bug...

I'll get on it.

mbridak commented 1 year ago

Okay, pushed changes. this should be fixed.

mbridak commented 1 year ago

resolved.