From 12889cd95711fcff392d62b17f557b52d8f9d4e7 Mon Sep 17 00:00:00 2001 From: Wouter van Gulik Date: Sun, 22 Aug 2021 20:58:29 +0200 Subject: [PATCH] Add definition of TX metering CAT command --- rigs/yaesu/ft817.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rigs/yaesu/ft817.c b/rigs/yaesu/ft817.c index 044874838..eb68fb371 100644 --- a/rigs/yaesu/ft817.c +++ b/rigs/yaesu/ft817.c @@ -110,6 +110,7 @@ enum ft817_native_cmd_e FT817_NATIVE_CAT_PWR_ON, FT817_NATIVE_CAT_PWR_OFF, FT817_NATIVE_CAT_EEPROM_READ, + FT817_NATIVE_CAT_GET_TX_METERING, FT817_NATIVE_SIZE /* end marker */ }; @@ -211,6 +212,7 @@ static const yaesu_cmd_set_t ncmd[] = { 1, { 0x00, 0x00, 0x00, 0x00, 0x0f } }, /* pwr on */ { 1, { 0x00, 0x00, 0x00, 0x00, 0x8f } }, /* pwr off */ { 0, { 0x00, 0x00, 0x00, 0x00, 0xbb } }, /* eeprom read */ + { 1, { 0x00, 0x00, 0x00, 0x00, 0xbd } }, /* get TX metering levels (PWR, SWR, MOD, ALC) */ }; enum ft817_digi