From 48862ece543bd5e5654b0c6b64c83f8aa9db55d1 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Thu, 1 Aug 2024 16:49:38 -0500 Subject: [PATCH] Add comment for Barrett 4100 -- not ready for prime time --- rigs/barrett/4100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigs/barrett/4100.c b/rigs/barrett/4100.c index 8b8d1db04..99004f6ac 100644 --- a/rigs/barrett/4100.c +++ b/rigs/barrett/4100.c @@ -244,7 +244,7 @@ struct rig_caps barrett4100_caps = .mfg_name = "Rhode&Schwarz", .version = BACKEND_VER ".1", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_BETA, // do no promote until somebody confirms it works ok -- nobody to test it .rig_type = RIG_TYPE_TRANSCEIVER, .targetable_vfo = RIG_TARGETABLE_FREQ | RIG_TARGETABLE_MODE, .ptt_type = RIG_PTT_RIG,