Skip to content

Releases: pkerspe/ESP-StepperMotor-Server

Add Custom Command Line Command support

05 Dec 19:24
b093242
Compare
Choose a tag to compare

merged contributions from @houz to support registration of custom commands for the CLI

What's Changed

  • Enhancements to CLI interface by @houz in #43

New Contributors

  • @houz made their first contribution in #43

Full Changelog: v0.4.11...v0.4.12

Bump dependency versions and fix deprecation warnings

30 Jun 12:41
Compare
Choose a tag to compare

Update library dependencies for Arduino JSON (6.21.2) and ESP-FlexyStepper (>1.4.7)

Fixed some deprecation warnings in ArduinoJSON

NOTE: in case you experience issues with latest espressif toolchain and some warnings about SHA1 not being defined when you try to compile the code, then you might need to install the latest HEAD revision from Master branch of ESP Async WebServer (https://github.com/me-no-dev/ESPAsyncWebServer.git) since at this point of time the version 1.2.3 in Platformio registry is not up2date.

You can fix this in Platformio by adding the dependency in your platformio.ini (e.g.):
lib_deps = ESP-FlexyStepper@^1.4.7, https://github.com/me-no-dev/ESPAsyncWebServer.git

fix for issue #39

23 Feb 16:07
Compare
Choose a tag to compare

removed debug output in ISR that caused Kernel Panic due to WDT timeout

Fix for malformed JSON in Rest API #34

28 Sep 14:32
Compare
Choose a tag to compare

0.4.8 Bugfix Release

19 Mar 10:21
Compare
Choose a tag to compare

Fixed issue #25 where break settings where not correctly persisted and lost after reboot

0.4.7: Update of REST API endpoint for homing

16 Aug 14:17
Compare
Choose a tag to compare

Some minor changes/improvements and added POST parameters added as discussed in #28

0.4.6: Rest Endpoint added to trigger Homing

15 Aug 22:09
Compare
Choose a tag to compare

A new REST Endpoint has been added to allow homing of the stepper motor as requested in #28
POST Endpoint with path "/api/steppers/returnhome"
See README.md for details on the parameters

0.4.5: minor fixes and update of documentation

26 Jan 20:45
Compare
Choose a tag to compare

Update of the documentation for rotary encoders
IO Pins for rotary encoders are not configured as INPUT with PULLUPS (!) since some users had Problems with connecting rotary encoders otherwise.
Fixed handling of emergency switches that are configured via the web UI (no more errors in console and propper functionality)

0.4.4: added selftest page

13 Jan 08:56
Compare
Choose a tag to compare

A new view has been added for trouble shooting: HTTP:///selftest
This view is for troubleshooting and should help in supporting in case if issues while installing the ESP-StepperMotorServer.
Also the readme.md has been updated accordingly and doc for OTA has been added

0.4.3 possible fix of Issue #15 / panic

12 Jan 20:25
Compare
Choose a tag to compare

an attempt to fix the problem that an incomplete UI is in SPIFS