Change FTDX5000 write_delay to zero -- was causing microham to return ?; to every command

https://github.com/Hamlib/Hamlib/issues/1080
Hamlib-4.5.3
Mike Black W9MDB 2022-12-26 10:23:44 -06:00
rodzic 5b46a408f3
commit a3fecb63a2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -141,7 +141,7 @@
/* Delay between bytes sent to FT-5000
* 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 */