git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2749 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.10
Stéphane Fillod, F8CFE 2009-11-01 22:09:57 +00:00
rodzic 4c0e471128
commit 0e8476e81b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -79,7 +79,7 @@ static const char* rx340_get_info(RIG *rig);
* RX340 receiver capabilities.
*
* Protocol is documented at
* http://www.rfsquared.com/
* http://radio.tentec.com/downloads/receivers/RX340
*
* TODO: from/to memory, scan, get_level, ..
* supposes non-multidrop
@ -88,7 +88,7 @@ const struct rig_caps rx340_caps = {
.rig_model = RIG_MODEL_RX340,
.model_name = "RX-340",
.mfg_name = "Ten-Tec",
.version = "0.1",
.version = "0.2",
.copyright = "LGPL",
.status = RIG_STATUS_UNTESTED,
.rig_type = RIG_TYPE_RECEIVER,