From b9dd00a160161fe7fc6fa5e50dfb525a64d19446 Mon Sep 17 00:00:00 2001 From: Andre Stefanov Date: Wed, 25 Sep 2024 22:09:20 +0200 Subject: [PATCH 1/3] Update avr-interrupt-stepper library to version 0.0.3 this version fixes the moveTo integer overflow which resulted in DEC runaway --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index e082e803..38984a0f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -95,7 +95,7 @@ debug_build_flags = lib_deps = ${common.lib_deps} jdolinay/avr-debugger @ 1.2 - https://github.com/andre-stefanov/avr-interrupt-stepper@0.0.2 + https://github.com/andre-stefanov/avr-interrupt-stepper@0.0.3 [env:mksgenlv21] extends = env:ramps From 84248ce9db6a85fd04dc08a5d5123a2f449131dc Mon Sep 17 00:00:00 2001 From: Andre Stefanov Date: Wed, 25 Sep 2024 22:15:53 +0200 Subject: [PATCH 2/3] added changelog entry for v1.13.8 --- Changelog.md | 3 +++ Version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 3662e697..7f10bbd0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +**V1.14.7 - Updates** +- Fixed DEC runaway issue by updating avr-interrupt-stepper library to version 0.0.3 + **V1.13.7 - Updates** - Added ability to keep track of AZ and ALT positions across sessions, set their home positions and slew back to their home positions. diff --git a/Version.h b/Version.h index c513dc8f..346401c5 100644 --- a/Version.h +++ b/Version.h @@ -3,4 +3,4 @@ // Also, numbers are interpreted as simple numbers. _ __ _ // So 1.8 is actually 1.08, meaning that 1.12 is a later version than 1.8. \_(..)_/ -#define VERSION "V1.13.7" +#define VERSION "V1.13.8" From 7448ccc184944ed8d20b8e769fb7193bff6d2b64 Mon Sep 17 00:00:00 2001 From: Andre Stefanov Date: Wed, 25 Sep 2024 22:16:52 +0200 Subject: [PATCH 3/3] added changelog entry for v1.13.8 --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 7f10bbd0..f8fb89ae 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -**V1.14.7 - Updates** +**V1.13.8 - Updates** - Fixed DEC runaway issue by updating avr-interrupt-stepper library to version 0.0.3 **V1.13.7 - Updates**