Change Malachite post_write_delay to 250ms based on user testing on Linux & Windows

pull/1315/head
Mike Black W9MDB 2023-06-09 12:38:45 -05:00
rodzic 163d10651b
commit 788db91e2f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2082,7 +2082,7 @@ const struct rig_caps malachite_caps =
.write_delay = 0,
// Malchite needs 125ms unless going from low to high band -- see malachite_set_freq
// Do not change this without checking the 300ms delay in malachite_set_freq
.post_write_delay = 125,
.post_write_delay = 250,
.timeout = 3000,
.retry = 3,
.preamp = {0, RIG_DBLST_END,},