Releases: shirnschall/HST-slider-project
Releases · shirnschall/HST-slider-project
Slider-Firmware v0.3.0
Notable Changes
- webui overhaul
- added config tab to webui to make first setup easier (e.g. easy to find maxPos value)
- save current job setting to eeprom (flash) when job ends and restores slider/textbox values on reload
- added webmanifest for standalone webapp on mobile
- started testing non constant motion. disabled in this release (misc. tab)
Known Issues
- first photo is being skipped in current and previous releases (camera is not activated on start position)
- WiFi only working when showDebugOutput is set to 1 in the c code (this is the default value so no changes are required by the user)
Slider-Firmware v0.2.1
Notable changes
- added take photo button to simplify camera setup
- now using minified html code to reduce memory usage
- changed default status page progress bar value from 32 to 0
- changed default response for manual movement GET requests from index_html to currentPos
Slider-Firmware v0.2.0
Notable changes
- changed default WiFi SSID
- added manual controls as well as current pos readout
- added go to start/end buttons to simplify setting up the camera
- store current position to eeprom to save current position when powered off
- switched from reloading page to xhtml request using js to avoid clearing textboxes
- fixed progress bar on status page
- fixed an issue on the status page when a job is finished
- fixed an issue where the stepper was not disabled after a move, causing increased power usage