[Hamlib-developer] [Hamlib/Hamlib] f5a1da: Add missing level definitions for TS-590SG
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2023-02-27 05:41:15
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: f5a1dabd06fd43ddcc3cbf1a3965e36e5d9b5b28 https://github.com/Hamlib/Hamlib/commit/f5a1dabd06fd43ddcc3cbf1a3965e36e5d9b5b28 Author: George Baltz N3GB <Geo...@gm...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M rigs/kenwood/ts590.c Log Message: ----------- Add missing level definitions for TS-590SG Commit: f161ae7b3507e4417ca05f809ae26d7d4199730f https://github.com/Hamlib/Hamlib/commit/f161ae7b3507e4417ca05f809ae26d7d4199730f Author: George Baltz N3GB <Geo...@gm...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M src/misc.c M src/misc.h Log Message: ----------- Add routine to check input to <brand>_set_level See https://github.com/Hamlib/Hamlib/issues/1144 Commit: bc476a1c948a85f8b29554c24e1e9fd349afeb79 https://github.com/Hamlib/Hamlib/commit/bc476a1c948a85f8b29554c24e1e9fd349afeb79 Author: George Baltz N3GB <Geo...@gm...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M rigs/kenwood/level_gran_kenwood.h Log Message: ----------- ATTenuator level 0 should always be allowed - to turn it off. Commit: 00e2797c6fe44ca1941f374d85aae0095da972e4 https://github.com/Hamlib/Hamlib/commit/00e2797c6fe44ca1941f374d85aae0095da972e4 Author: George Baltz N3GB <Geo...@gm...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M rigs/kenwood/k3.c M rigs/kenwood/ts890s.c M rigs/kenwood/ts990s.c Log Message: ----------- First round of level_gran additions. Issue: #1144 Commit: 14aa095362c082ab56d4823fc350a37f2f70dc04 https://github.com/Hamlib/Hamlib/commit/14aa095362c082ab56d4823fc350a37f2f70dc04 Author: George Baltz N3GB <Geo...@gm...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M src/misc.c Log Message: ----------- Do the check for min=max=0 the right way. Avoids possible compiler/arch/endian weirdness. Commit: a9b9154a2d721948f124553b1d952a703f1c268a https://github.com/Hamlib/Hamlib/commit/a9b9154a2d721948f124553b1d952a703f1c268a Author: George Baltz N3GB <Geo...@gm...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M rigs/kenwood/ts850.c M rigs/kenwood/tx500.c Log Message: ----------- Round 2. Commit: 07fc69f3e8aa34f463f22dd27e8e25aa5573ec3c https://github.com/Hamlib/Hamlib/commit/07fc69f3e8aa34f463f22dd27e8e25aa5573ec3c Author: George Baltz N3GB <Geo...@gm...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M rigs/kenwood/kenwood.c M rigs/kenwood/ts850.c M rigs/kenwood/ts890s.c M rigs/kenwood/ts990s.c Log Message: ----------- Enable first user of check_level_param Use check_level_param for all RIG_LEVEL_CWPITCH sets for Kenwood rigs. Note that the placement of the call is temporary; eventually it should be moved outside the main switch statement, and invoked for all set_levels. Commit: ee7ecc71a1d2a0945e3629e74b40f1fe60da7ddf https://github.com/Hamlib/Hamlib/commit/ee7ecc71a1d2a0945e3629e74b40f1fe60da7ddf Author: Michael Black <mdb...@ya...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M rigs/kenwood/k3.c M rigs/kenwood/kenwood.c M rigs/kenwood/level_gran_kenwood.h M rigs/kenwood/ts590.c M rigs/kenwood/ts850.c M rigs/kenwood/ts890s.c M rigs/kenwood/ts990s.c M rigs/kenwood/tx500.c M src/misc.c M src/misc.h Log Message: ----------- Merge pull request #1240 from GeoBaltz/kenwood_levels Kenwood levels Compare: https://github.com/Hamlib/Hamlib/compare/a9cb12158471...ee7ecc71a1d2 |