Add small delay when setting VFO in FLRig to allow GUI to catch up

pull/1539/merge
Mike Black W9MDB 2024-04-18 11:22:41 -05:00
rodzic d9b589d254
commit 4c111da0d1
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1305,6 +1305,8 @@ static int flrig_set_freq(RIG *rig, vfo_t vfo, freq_t freq)
retval = flrig_transaction(rig, cmd, cmd_arg, NULL, 0);
hl_usleep(100*1000); // FLRig needs a moment to update the active VFO
if (retval != RIG_OK)
{
RETURNFUNC2(retval);