[Hamlib-developer] [Hamlib/Hamlib] fbe980: Fix initialization of comm_status
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-08-04 13:41:08
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: fbe9803777f7b41fca075d8a371a33e5b3ad9607 https://github.com/Hamlib/Hamlib/commit/fbe9803777f7b41fca075d8a371a33e5b3ad9607 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-08-03 (Sun, 03 Aug 2025) Changed paths: M bindings/python/test_rig.py M src/rig.c Log Message: ----------- Fix initialization of comm_status The function rig_init() doesn't touch the hardware, it's rig_open() that initiates the connection and in fact the first use of comm_status in rig_open() is when it gets the value RIG_COMM_STATUS_CONNECTING and rig_close() sets it to RIG_COMM_STATUS_DISCONNECTED. Commit: 1e310b7958bcb0c3246837e3cf8e2a497bcc6e48 https://github.com/Hamlib/Hamlib/commit/1e310b7958bcb0c3246837e3cf8e2a497bcc6e48 Author: Nate Bargmann <n0...@n0...> Date: 2025-08-04 (Mon, 04 Aug 2025) Changed paths: M bindings/python/test_rig.py M src/rig.c Log Message: ----------- Merge GitHub PR #1828 Compare: https://github.com/Hamlib/Hamlib/compare/c881bc713231...1e310b7958bc To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |