Releases: ponoor/step-series-universal-firmware
Releases · ponoor/step-series-universal-firmware
v1.3.1
v1.3.0
v1.2.6
v1.2.5
Fixed
- Patch for Arduino-core SAMD 1.8.13 by @kanta in #25
- The old code caused SPI related errors during a compiling with SAMD 1.8.13 or later.
- A minor problem for the SD card detection in v1.2.3 is fixed.
- It took 1 second longer than expected for the SD card initialization.
Full Changelog: v1.2.4...v1.2.5
v1.2.4
Fixed
- Fix the problem with Ethernet initialization. This problem is only happen in v1.2.3.
Full Changelog: v1.2.3...v1.2.4
v1.2.3
Changed
- Changed some pin name definitions in the source codes for consistency.
- The CS pin for the W5500 is now configurable to adapt non-standard Ethernet boards for STEP100/200.
- Both changes won't be affected any behavior of the board.
Fixed
- Some typos in the diagnosis tool.
v1.2.2
Fixed
- Following parameters are set as
true
in default but there were problem when these values were overrode byfalse
from the config file. Now these values are handled properly.- isMyIpAddId
- isOutPortAddId
- isMacAddId
- bootedMsgEnable
- reportError
- reportUVLO
- reportThermalStatus
- reportOCD
- homeSwMode
- limitSwMode
- Fixed the motor could move even prohibitMotionOnHomeSw is enabled when motion commands sent in a certain timing.
Both of them were discussed in #21 .
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
Changed
homeSwMode
andlimitSwMode
work for the servo mode. (Cause hard stop)prohibitMotionOnHomeSw
andprohibitMotionOnLimitSw
works for the servo mode. (Cause soft stop)- Now the servo mode takes the minimum path, as same as
/goTo
.
Full Changelog: v1.1.2...v1.2.0