Skip to content

Commit df77dcf

Browse files
committed
VSCP framework v2.0.0 integrated
1 parent 5d91e7a commit df77dcf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1832
-1082
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
## 2.0.0
2+
3+
- Update to VSCP framework v2.0.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.0) there.
4+
15
## 1.3.0
26

37
- Update to VSCP framework v1.3.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.3.0) there.
48

5-
69
## 1.2.0
710

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

library.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscp-arduino",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
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": {
@@ -12,6 +12,7 @@
1212
"email": "vscp@blue-andi.de",
1313
"maintainer": true
1414
}],
15+
"license": "MIT",
1516
"frameworks": "arduino",
1617
"platforms": "*"
1718
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=VSCP
2-
version=1.3.0
2+
version=2.0.0
33
author=Andreas Merkle
44
maintainer=Andreas Merkle <vscp@blue-andi.de>
55
sentence=Very Simple Control Protocol L1 framework for all Arduino boards.

0 commit comments

Comments
 (0)