[Hamlib-developer] [Hamlib/Hamlib] 24df32: fix(ft710): add RIG_TARGETABLE_MODE
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Nate B. <no...@gi...> - 2026-05-21 18:09:04
|
Branch: refs/heads/Hamlib-4.7 Home: https://github.com/Hamlib/Hamlib Commit: 24df32553ae08ddc3bcdb18c049a3af8f26df306 https://github.com/Hamlib/Hamlib/commit/24df32553ae08ddc3bcdb18c049a3af8f26df306 Author: Mike Del Tito <mde...@us...> Date: 2026-05-21 (Thu, 21 May 2026) Changed paths: M rigs/yaesu/ft710.c M rigs/yaesu/newcat.c Log Message: ----------- fix(ft710): add RIG_TARGETABLE_MODE The FT-710 firmware supports the targeted MD0/MD1 forms for mode read and write. Advertising the capability lets hamlib dispatch mode operations on the non-current VFO directly. The FT-710 like other similar Yaesu models is a single-receiver with multiple VFO, and thus only has a single bandpass filter slot. So we must apply the same workaround as the FTDX10 when refetching state after a band-select, and avoid issuing the (unsupported) `SH1` command. This reverts the previous change in #2055 as this is a more direct/complete fix for the physical VFO swap reported in #2056. Fixes #2056, #2062 (cherry picked from commit e0af6f93e5f7586af6f364dc2dda70ea3dbd8e52) Commit: d3914f501425c5ce90059c643ced2e0436fd7e42 https://github.com/Hamlib/Hamlib/commit/d3914f501425c5ce90059c643ced2e0436fd7e42 Author: Nate Bargmann <n0...@n0...> Date: 2026-05-21 (Thu, 21 May 2026) Changed paths: M NEWS Log Message: ----------- Update news for Android build system update Compare: https://github.com/Hamlib/Hamlib/compare/0bff65511fa5...d3914f501425 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |