Change post_write_delay on FT950 to 25ms

https://github.com/Hamlib/Hamlib/issues/461
pull/468/head
Michael Black W9MDB 2020-12-11 17:00:21 -06:00
rodzic 7911fd1d4b
commit 5a86a1657f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -137,6 +137,6 @@
/* Delay sequential fast writes */
//#define FT950_POST_WRITE_DELAY 5
#define FT950_POST_WRITE_DELAY 0
#define FT950_POST_WRITE_DELAY 25
#endif /* _FT950_H */