Increment Jupiter version

(cherry picked from commit 57ccb20c64)
Hamlib-1.2.15
Martin Ewing 2012-03-01 20:25:19 -05:00 zatwierdzone przez Nate Bargmann
rodzic 6e627bb128
commit 969d058897
2 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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,