Releases: N-Storm/DigiLivolo
Releases · N-Storm/DigiLivolo
v0.6.3
- Firmware code was refactored and improved in some places. Some of these changes should improve radio accuracy.
- Software: fixed bug, which led to incorrect FW version detection with some OS/compiler.
- Software: fixed building for macOS.
- General code cleanup for readability.
- Changed behaviour on unsupported or misconfigured Arduino core. Instead of blocking build with error, now it issues warning and build with old Livolo code without HW Timer usage.
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- Added Linux/i386 static build
- Software: fixed -o option help text location
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- New Livolo radio transmitter code (both firmware & software) using hardware timer - faster and with better accuracy (longer range and less failed transmits).
- New FW hardware revision 2.1 to mark new features.
- Added option in software to force use of the original (older) library if required.
More details in the commit 351c0bb.
Full Changelog: v0.4.5...v0.6.1
v0.4.5
What's Changed
Only software part was changed. Firmware remains the same.
- Handle device replies:
Before sending command to device, software now reads from it to empty device buffer.
After it sends command, it polls device until it returns some packet and checks if it matches with sent codes (ACK). - Improved software code comments, added Doxygen info.
- Some USB related routines moved to dlusb_send() and dlusb_read() functions.
- Handles USB comm buffer as packet struct now.
- Other minor changes.
- Shared file common/defs.h. Done via symlinks from project dirs to it's location. Git for Windows might cause every link to become individual file instead. Could be fixed by re-creating symlink with mklink tool.
Full Changelog: v0.4.4...v0.4.5
v0.4.4
This release adds software binaries for Linux/ARM. Compile options for binaries improved.
No changes made to the firmware.
Full Changelog: v0.4.3...v0.4.4
v0.4.3
Full Changelog: v0.4.2...v0.4.3
v0.4.2
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Full Changelog: v0.2.1...v0.4.1
v0.2.1
Full Changelog: v0.0.2...v0.2.1
v0.0.2
Full Changelog: v0.0.1...v0.0.2