Skip to content

Commit

Permalink
V1.13.9 - Updates
Browse files Browse the repository at this point in the history
- Added guide logging support.
- Fixed some Meade documentation errors.
- Adjusted DEC limits for OAM to 135 degrees.
- Reverted OLED library for InfoDisplay back to forked version so it compiles correctly.
  • Loading branch information
ClutchplateDude committed Sep 26, 2024
1 parent 4424d7b commit 9e7bd78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
**V1.13.9 - Updates**
- Added guide logging support.
- Fixed some Meade documentation errors.
- Adjusted DEC limits for OAM to 135 degrees.
- Reverted OLED library for InfoDisplay back to forked version so it compiles correctly.

**V1.13.8 - Updates**
- Fixed DEC runaway issue by updating avr-interrupt-stepper library to version 0.0.3

Expand Down
2 changes: 1 addition & 1 deletion Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.8"
#define VERSION "V1.13.9"

0 comments on commit 9e7bd78

Please sign in to comment.