kopia lustrzana https://github.com/Hamlib/Hamlib
Change FTDX5000 write_delay to zero -- was causing microham to return ?; to every command
https://github.com/Hamlib/Hamlib/issues/1080Hamlib-4.5.3
rodzic
5b46a408f3
commit
a3fecb63a2
|
@ -141,7 +141,7 @@
|
||||||
/* Delay between bytes sent to FT-5000
|
/* Delay between bytes sent to FT-5000
|
||||||
* Should not exceed value set in CAT TOT menu (rig default is 10 mSec)
|
* Should not exceed value set in CAT TOT menu (rig default is 10 mSec)
|
||||||
*/
|
*/
|
||||||
#define FTDX5000_WRITE_DELAY 1
|
#define FTDX5000_WRITE_DELAY 0
|
||||||
|
|
||||||
|
|
||||||
/* Delay sequential fast writes */
|
/* Delay sequential fast writes */
|
||||||
|
|
Ładowanie…
Reference in New Issue