[Hamlib-developer] [Hamlib/Hamlib] e0af6f: 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 17:51:35
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: e0af6f93e5f7586af6f364dc2dda70ea3dbd8e52 https://github.com/Hamlib/Hamlib/commit/e0af6f93e5f7586af6f364dc2dda70ea3dbd8e52 Author: Mike Del Tito <mde...@us...> Date: 2026-05-19 (Tue, 19 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 Commit: 02589a4b9201af288fe38e4b72ec83fc13f1c9ab https://github.com/Hamlib/Hamlib/commit/02589a4b9201af288fe38e4b72ec83fc13f1c9ab Author: Nate Bargmann <n0...@n0...> Date: 2026-05-21 (Thu, 21 May 2026) Changed paths: M rigs/yaesu/ft710.c M rigs/yaesu/newcat.c Log Message: ----------- Merge GitHub PR #2063 Compare: https://github.com/Hamlib/Hamlib/compare/9774f73acff8...02589a4b9201 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |