Releases: pkerspe/ESP-StepperMotor-Server
Add Custom Command Line Command support
Bump dependency versions and fix deprecation warnings
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
removed debug output in ISR that caused Kernel Panic due to WDT timeout
Fix for malformed JSON in Rest API #34
Fix to address issue #34
0.4.8 Bugfix Release
Fixed issue #25 where break settings where not correctly persisted and lost after reboot
0.4.7: Update of REST API endpoint for homing
Some minor changes/improvements and added POST parameters added as discussed in #28
0.4.6: Rest Endpoint added to trigger Homing
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
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
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
an attempt to fix the problem that an incomplete UI is in SPIFS