Skip to content

Releases: N-Storm/DigiLivolo

v0.6.3

24 Jun 09:11
Compare
Choose a tag to compare
  • 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

21 May 11:34
Compare
Choose a tag to compare

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

20 May 18:53
8f278ba
Compare
Choose a tag to compare

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

01 May 01:08
9b41be7
Compare
Choose a tag to compare

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

29 Apr 19:35
Compare
Choose a tag to compare

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

29 Apr 17:03
Compare
Choose a tag to compare

Full Changelog: v0.4.2...v0.4.3

v0.4.2

22 Apr 07:34
Compare
Choose a tag to compare

Full Changelog: v0.4.1...v0.4.2

v0.4.1

22 Apr 01:30
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.4.1

v0.2.1

17 Apr 12:28
Compare
Choose a tag to compare

Full Changelog: v0.0.2...v0.2.1

v0.0.2

13 Apr 15:56
Compare
Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2