[Hamlib-developer] [Hamlib/Hamlib] 2c283a: Fix QRP Labs QCX Morse Sending
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2023-04-10 03:14:24
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 2c283ab47ae99fd404ee1950434465385f00a734 https://github.com/Hamlib/Hamlib/commit/2c283ab47ae99fd404ee1950434465385f00a734 Author: Nick Craig-Wood <ni...@cr...> Date: 2023-04-09 (Sun, 09 Apr 2023) Changed paths: M rigs/kenwood/kenwood.c Log Message: ----------- Fix QRP Labs QCX Morse Sending Before this fix, hamlib used the TS480 protocol for sending morse which adds a lot of spaces on the end. The QCX actually uses the Elecraft morse sending protocol so switch it over to using that. Tested with QCX Mini firmware v1.09a Commit: 6c1d83ed8684c8b3ff806c07e8c465d41c502685 https://github.com/Hamlib/Hamlib/commit/6c1d83ed8684c8b3ff806c07e8c465d41c502685 Author: Michael Black <mdb...@ya...> Date: 2023-04-09 (Sun, 09 Apr 2023) Changed paths: M rigs/kenwood/kenwood.c Log Message: ----------- Merge pull request #1269 from ncw/fix-qcx-cw-sending Fix QRP Labs QCX Morse Sending Compare: https://github.com/Hamlib/Hamlib/compare/cf77666cc1ca...6c1d83ed8684 |