From 12d1114cbb0aede7afbbebb164779812614038e4 Mon Sep 17 00:00:00 2001 From: azwing Date: Mon, 25 Sep 2023 23:59:56 +0200 Subject: [PATCH] version 1.20 --- drivers.xml | 2 +- drivers/telescope/lx200_OnStep.cpp | 2 +- drivers/telescope/lx200_OnStep.h | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers.xml b/drivers.xml index bbeef1c254..1bb1eebad0 100644 --- a/drivers.xml +++ b/drivers.xml @@ -29,7 +29,7 @@ indi_lx200_OnStep - 1.19 + 1.20 indi_lx200_OpenAstroTech diff --git a/drivers/telescope/lx200_OnStep.cpp b/drivers/telescope/lx200_OnStep.cpp index 23a4065a7a..1024da8cd1 100644 --- a/drivers/telescope/lx200_OnStep.cpp +++ b/drivers/telescope/lx200_OnStep.cpp @@ -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); diff --git a/drivers/telescope/lx200_OnStep.h b/drivers/telescope/lx200_OnStep.h index 4718d48dbe..846160871d 100644 --- a/drivers/telescope/lx200_OnStep.h +++ b/drivers/telescope/lx200_OnStep.h @@ -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