Skip to content

v0.2.0. - a huge step ahead

Compare
Choose a tag to compare
@pkerspe pkerspe released this 31 May 18:47
· 222 commits to master since this release

This release provides a lot of promised, yet so far missing functionality.
New with this release:

  • a working serial command line interface with so far 17 commands to control the stepper server via the serial port
  • new rest api endpoints and lot of bug fixes
  • a non blocking approach to stepper controls, now calling the move to or move by functions will no longer block and will be performed as an asynchronous task in the background also allowing for movement of more than one stepper at a time
  • updated documentation in the README.md file
  • updated Web Interface in the provided example with the latest version 0.2.0 of the Web UI