Releases: BlueAndi/vscp-arduino
Releases · BlueAndi/vscp-arduino
VSCP arduino library v2.0.4
- Workflow added for a test compilation on CI.
- License file renamed, so its recognized by the Arduino library manager.
- Examples updated for latest libraries.
- Architecture set to any.
- Some copyright dates fixed.
- Backslashes in include paths fixed (should be posix slashes)
- #10
VSCP arduino library v2.0.3
- Update to VSCP framework v2.0.3, please see the changelog there.
- Deprecated "dataNum" replaced with "dataSize". Thanks to michpro!
VSCP arduino library v2.0.2
- Update to VSCP framework v2.0.2, please see the changelog there.
VSCP arduino library v2.0.0
- Update to VSCP framework v2.0.0, please see the changelog there.
VSCP arduino library v1.3.0
- Update to VSCP framework v1.3.0, please see the changelog there.
VSCP arduino library v1.2.0
- Update to VSCP framework v1.2.0, please see the changelog there.
VSCP arduino library v1.1.0
- Update to VSCP framework v1.1.0, please see the changelog there.
VSCP arduino library v1.0.0
- Update to VSCP framework v1.0.0, please see the changelog there.
VSCP arduino library v0.8.0
- Update to VSCP framework v0.9.0, please see the changelog there.
- The update includes the following bugfixes:
- Bugfix: Fix of misspellings/typos, thanks to TomasRoj.
- Bugfix: VSCP measurement events fixed, because internal the parameters unit and index in the vscp_data_coding_getFormatByte() call were reversed. Thanks to troky!
VSCP arduino library v0.7.1
- Bugfix: Abstract event modules added.
- Bugfix: MDF template syntax errors fixed, as well as the namespace and schema location.