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

https://github.com/Hamlib/Hamlib/issues/1080
pull/1215/head
Mike Black W9MDB 2022-12-26 09:44:53 -06:00
rodzic 0450b36c67
commit a75b274f6f
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -141,7 +141,8 @@
/* 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
// a 1ms delay was not working with microham and eltima ports
#define FTDX5000_WRITE_DELAY 0
/* Delay sequential fast writes */