Double up the PS0; command in newcat.c too

pull/1024/head
Mike Black W9MDB 2022-05-08 06:44:29 -05:00
rodzic 1dd915a706
commit ab499d31eb
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -3277,6 +3277,7 @@ int newcat_set_powerstat(RIG *rig, powerstat_t status)
case RIG_POWER_OFF:
case RIG_POWER_STANDBY:
ps = '0';
write_block(&state->rigport, (unsigned char *) "PS0;", 4);
break;
default: