From 66b3e368d621488dc3081d16a29f5d06ea5a8121 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Sat, 6 Feb 2021 16:45:54 -0600 Subject: [PATCH] Bump FT980 to beta --- rigs/yaesu/ft980.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigs/yaesu/ft980.h b/rigs/yaesu/ft980.h index 3cc931976..181f9e43a 100644 --- a/rigs/yaesu/ft980.h +++ b/rigs/yaesu/ft980.h @@ -148,7 +148,7 @@ const struct rig_caps ft980_caps = .mfg_name = "Yaesu", .version = "20200114.0", .copyright = "LGPL", - .status = RIG_STATUS_ALPHA, + .status = RIG_STATUS_BETA, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_SERIAL_RTS, .dcd_type = RIG_DCD_NONE,