You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add fallback for getLevel on rigs with VFO switching issues
rig_get_level() fails on ICOM serial rigs (e.g. IC-705) because
Hamlib's VFO resolution triggers icom_set_vfo which returns
"unsupported VFO".
The shim layer now tries the standard rig_get_level() first, and
if it fails with RIG_EINVAL (-1), falls back to calling the backend's
get_level() directly, bypassing VFO switching.
Also adds optional VFO parameter to getLevel() JS API.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments