From 57ccb20c6467357e066980f8fb4ee9a2dbc8c7b1 Mon Sep 17 00:00:00 2001 From: Martin Ewing Date: Thu, 1 Mar 2012 20:25:19 -0500 Subject: [PATCH] Increment Jupiter version --- tentec/README | 7 +++++++ tentec/jupiter.c | 5 +---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/tentec/README b/tentec/README index d3992b5e5..e7cef5f98 100644 --- a/tentec/README +++ b/tentec/README @@ -1,3 +1,10 @@ +Jupiter (538) + (29 February 2012, AA6E) + The Jupiter needs current firmware, at least version 1,18. Earlier + firmware apparently had a different command protocol. + Most available commands are now implemented, with exception of NB, + NR, and AN. + Omni VI (563), VI Plus (564) (26 March 2008, AA6E) Note that the Omni uses an Icom-style command interface. The Omni diff --git a/tentec/jupiter.c b/tentec/jupiter.c index 547d9f2f6..8b4719909 100644 --- a/tentec/jupiter.c +++ b/tentec/jupiter.c @@ -95,15 +95,12 @@ static int tt538_set_level(RIG *rig, vfo_t vfo, setting_t level, value_t val); * * Protocol is documented at * http://www.rfsquared.com/ - * - * Only set_freq is supposed to work. - * This is a skelton.v */ const struct rig_caps tt538_caps = { .rig_model = RIG_MODEL_TT538, .model_name = "TT-538 Jupiter", .mfg_name = "Ten-Tec", -.version = "0.4", +.version = "0.6", .copyright = "LGPL", .status = RIG_STATUS_BETA, .rig_type = RIG_TYPE_TRANSCEIVER,