From c4f635ab5d71e9312380a264c655f2344e44af4f Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Thu, 8 Jun 2023 23:42:21 -0500 Subject: [PATCH] Add send_morse to PowerSDR --- rigs/kenwood/flex6xxx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rigs/kenwood/flex6xxx.c b/rigs/kenwood/flex6xxx.c index 14604e04f..8949905dc 100644 --- a/rigs/kenwood/flex6xxx.c +++ b/rigs/kenwood/flex6xxx.c @@ -1242,7 +1242,7 @@ const struct rig_caps powersdr_caps = RIG_MODEL(RIG_MODEL_POWERSDR), .model_name = "PowerSDR/Thetis", .mfg_name = "FlexRadio/ANAN", - .version = "20221123.0", + .version = "20230608.0", .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, @@ -1373,6 +1373,7 @@ const struct rig_caps powersdr_caps = .set_func = powersdr_set_func, //.set_ant = kenwood_set_ant_no_ack, //.get_ant = kenwood_get_ant, + .send_morse = kenwood_send_morse, .hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS };