mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Merge GitHub PR #1980
This commit is contained in:
commit
edc441f05c
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ const struct rot_caps indi_rot_caps =
|
|||
ROT_MODEL(ROT_MODEL_INDI),
|
||||
.model_name = "INDI",
|
||||
.mfg_name = "INDI",
|
||||
.version = "0.2",
|
||||
.version = "0.3",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_STABLE,
|
||||
.rot_type = ROT_TYPE_OTHER,
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@ const struct rot_caps skywatcher_rot_caps =
|
|||
ROT_MODEL(ROT_MODEL_SKYWATCHER),
|
||||
.model_name = "Sky-Watcher",
|
||||
.mfg_name = "Sky-Watcher",
|
||||
.version = "20240825.0",
|
||||
.version = "20251221.0",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_STABLE,
|
||||
.rot_type = ROT_TYPE_AZEL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue