Skip to content

Commit

Permalink
version 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
azwing committed Sep 25, 2023
1 parent 74f4ea3 commit 12d1114
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</device>
<device label="LX200 OnStep" manufacturer="OnStep">
<driver name="LX200 OnStep">indi_lx200_OnStep</driver>
<version>1.19</version>
<version>1.20</version>
</device>
<device label="LX200 OpenAstroTech" manufacturer="OpenAstroTech">
<driver name="LX200 OpenAstroTech">indi_lx200_OpenAstroTech</driver>
Expand Down
2 changes: 1 addition & 1 deletion drivers/telescope/lx200_OnStep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ LX200_OnStep::LX200_OnStep() : LX200Generic(), WI(this), RotatorInterface(this)
currentCatalog = LX200_STAR_C;
currentSubCatalog = 0;

setVersion(1, 19); // don't forget to update libindi/drivers.xml
setVersion(1, 20); // don't forget to update libindi/drivers.xml

setLX200Capability(LX200_HAS_TRACKING_FREQ | LX200_HAS_SITES | LX200_HAS_ALIGNMENT_TYPE | LX200_HAS_PULSE_GUIDING |
LX200_HAS_PRECISE_TRACKING_FREQ);
Expand Down
5 changes: 5 additions & 0 deletions drivers/telescope/lx200_OnStep.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
===========================================
Version not yet updated/No INDI release:
Version 1.20
- fixed wrong messages due to different return with OnStepX
- fixed Focuser Temerature not shown on Ekos
- fixed Weather settings (P/T/Hr) when no sensor present
- minor typos
Version 1.19
- fixed typo on debug information saying error instead of nbchar causing confusion
- fixed Autoflip Off update
Expand Down

0 comments on commit 12d1114

Please sign in to comment.