n4af / TR4W

TRLOG 4 Windows free amateur radio logging application
GNU General Public License v3.0
19 stars 6 forks source link

Refactored the call window commands and added a few #522

Closed ny4i closed 3 years ago

ny4i commented 3 years ago

I added OPON to change operators (same command as N1MM for ops that use both) and also added CWON and CWOFF commands. I also changed the code to a case statement for readability.

I also made it so when ALT-K is used the CW speed changes to NO CW so the user has an indication that no CW will be sent. This is same display in Toggle CW. Toggle CW checked just CWEnabled instead of CWEnable. We seem to have two Booleans that indicate if CW is auto sent. This should be changed to only use a single variable. Otherwise it is easy to confuse.

n4af commented 3 years ago

Pushed to github as 4.101.7