From ab499d31eb357cebb988232d346d847d6e2f47a6 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sun, 8 May 2022 06:44:29 -0500 Subject: [PATCH] Double up the PS0; command in newcat.c too --- rigs/yaesu/newcat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rigs/yaesu/newcat.c b/rigs/yaesu/newcat.c index 799ca3bbe..8263a4904 100644 --- a/rigs/yaesu/newcat.c +++ b/rigs/yaesu/newcat.c @@ -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: