Add is_ft710 for SH command in newcat.c

pull/1349/head
Mike Black W9MDB 2023-08-05 12:15:28 -05:00
rodzic 457b09d50f
commit 23ae64eead
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -8737,7 +8737,7 @@ int newcat_set_rx_bandwidth(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
RETURNFUNC(err);
}
} // end is_ftdx5000
else if (is_ftdx101d || is_ftdx101mp || is_ftdx10)
else if (is_ftdx101d || is_ftdx101mp || is_ftdx10 || is_ft710)
{
switch (mode)
{