Skip to content

Commit 031c19c

Browse files
committed
Prepare v2.0.4
1 parent d95dfa0 commit 031c19c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.4
2+
3+
- Fixed problem with backslashes in include paths.
4+
- Fixed problem with wrong include path in vscp_evt_information.c module. Thanks to michpro!
5+
- Examples updated to be working with latest CAN libraries.
6+
17
## 2.0.3
28

39
- Update to VSCP framework v2.0.3, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.3) there.

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscp-arduino",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"keywords": "vscp, arduino-library, vscp-arduino, automation, home automation",
55
"description": "Very Simple Control Procotol (VSCP) Level 1 Library for the arduino IDE.",
66
"repository": {

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=VSCP
2-
version=2.0.3
2+
version=2.0.4
33
author=Andreas Merkle
44
maintainer=Andreas Merkle <[email protected]>
55
sentence=Very Simple Control Protocol L1 framework for all Arduino boards.

0 commit comments

Comments
 (0)