Skip to content

Commit

Permalink
bump version with fixed library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed May 29, 2024
1 parent b75b1f9 commit 0407212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ TODO:
- rename RampConstAcceleration to e.g. RampControl
- merge the two esp32 rmt drivers as soon as esp32c3 works

0.30.14:
- Fix typo in library.properties. No functional changes

0.30.13:
- avr: rework Stepper-ISR routine. It should now be robust against interrupt blockage in regard to steps lost. If interrupt blockage is too long, then 4ms paus could occur between two steps.
- avr: Interrupt blockage of 30us tested and passed
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=FastAccelStepper
version=0.30.13
version=0.30.14
license=MIT
author=Jochen Kiemes <[email protected]>
maintainer=Jochen Kiemes <[email protected]>
Expand Down

0 comments on commit 0407212

Please sign in to comment.