Skip to content

Commit

Permalink
Fix Icom poweron behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
mdblack98 committed Jan 9, 2023
1 parent 4272373 commit 59131c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Version 4.6
Version 4.5.4
* 2023-XX-XX
* Fix CM108 ptt setting for non-default usage
* Fix power on/off for Icom rigs with rigctld power_on=0
* Fix get_powerstat status return for non-PS kenwood rigs
* Fix FT-710, FTDX10, FTDX101D/MP usage on 60M
* Fix timing on NRD-535D
Expand Down
2 changes: 1 addition & 1 deletion rigs/icom/icom.c
Original file line number Diff line number Diff line change
Expand Up @@ -7979,8 +7979,8 @@ int icom_set_powerstat(RIG *rig, powerstat_t status)
write_block(&rs->rigport, fe_buf, fe_max);
// close and re-open the rig
// on linux the USB gets reset during power on
sleep(1); // let serial bus idle for a while
rig_close(rig);
sleep(1); // let serial bus idle for a while
rig_open(rig);

// we'll try 0x18 0x01 now -- should work on STBY rigs too
Expand Down

0 comments on commit 59131c4

Please sign in to comment.