[Hamlib-developer] [Hamlib/Hamlib] 85c9e1: Un-break hamlib on TM-D710/TM-V71/etc
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-06-18 02:52:37
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 85c9e15eac641ddddad57fc4b1683becaa6d7e83 https://github.com/Hamlib/Hamlib/commit/85c9e15eac641ddddad57fc4b1683becaa6d7e83 Author: Lars Kellogg-Stedman <la...@od...> Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M rigs/kenwood/kenwood.c Log Message: ----------- Un-break hamlib on TM-D710/TM-V71/etc Commit d1e0e3f introduced a `remove_nonprint` method that breaks hamlib on all TM-D710/TM-V71A devices by erroneously removing the command termination character (`\r`). This commit adopts a solution proposed by @GeoBaltz that only runs `remove_nonprint` if the command termination character itself is printable. Resolves: #1767 #1698 Commit: b25ba02aca830895fe63d7aadbfd1918398e463e https://github.com/Hamlib/Hamlib/commit/b25ba02aca830895fe63d7aadbfd1918398e463e Author: Nate Bargmann <n0...@n0...> Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M NEWS Log Message: ----------- Update news on Kenwood command terminator fix Compare: https://github.com/Hamlib/Hamlib/compare/aca0b2d1c63e...b25ba02aca83 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |