kopia lustrzana https://github.com/Hamlib/Hamlib
Change IC-785x model string to IC-7850/7851 to better identify for users
rodzic
a312efb96b
commit
efe54c80c5
|
@ -240,7 +240,7 @@ static struct icom_priv_caps ic785x_priv_caps =
|
||||||
const struct rig_caps ic785x_caps =
|
const struct rig_caps ic785x_caps =
|
||||||
{
|
{
|
||||||
RIG_MODEL(RIG_MODEL_IC785x),
|
RIG_MODEL(RIG_MODEL_IC785x),
|
||||||
.model_name = "IC-785x",
|
.model_name = "IC-7850/7851",
|
||||||
.mfg_name = "Icom",
|
.mfg_name = "Icom",
|
||||||
.version = BACKEND_VER ".2",
|
.version = BACKEND_VER ".2",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
|
|
Ładowanie…
Reference in New Issue