From 05d217679073009edf3b1d19b7d79815fb47d505 Mon Sep 17 00:00:00 2001 From: Andre Stefanov Date: Thu, 26 Sep 2024 09:10:57 +0200 Subject: [PATCH] Update avr-interrupt-stepper library to version 0.0.3 (#249) --- Changelog.md | 3 +++ Version.h | 2 +- platformio.ini | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3662e697..f8fb89ae 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +**V1.13.8 - 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" 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