|
1 | 1 | ## 2.1.0 |
2 | 2 |
|
3 | | -- Update to VSCP framework v2.1.0, please see the  there. |
| 3 | +- Update to VSCP framework v2.1.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.1.0) there. |
4 | 4 |
|
5 | 5 | ## 2.0.4 |
6 | 6 |
|
|
10 | 10 |
|
11 | 11 | ## 2.0.3 |
12 | 12 |
|
13 | | -- Update to VSCP framework v2.0.3, please see the  there. |
| 13 | +- Update to VSCP framework v2.0.3, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.3) there. |
14 | 14 | - Deprecated "dataNum" replaced with "dataSize". Thanks to michpro! |
15 | 15 |
|
16 | 16 | ## 2.0.2 |
17 | 17 |
|
18 | | -- Update to VSCP framework v2.0.2, please see the  there. |
| 18 | +- Update to VSCP framework v2.0.2, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.2) there. |
19 | 19 |
|
20 | 20 | ## 2.0.0 |
21 | 21 |
|
22 | | -- Update to VSCP framework v2.0.0, please see the  there. |
| 22 | +- Update to VSCP framework v2.0.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.0) there. |
23 | 23 |
|
24 | 24 | ## 1.3.0 |
25 | 25 |
|
26 | | -- Update to VSCP framework v1.3.0, please see the  there. |
| 26 | +- Update to VSCP framework v1.3.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.3.0) there. |
27 | 27 |
|
28 | 28 | ## 1.2.0 |
29 | 29 |
|
30 | | -- Update to VSCP framework v1.2.0, please see the  there. |
| 30 | +- Update to VSCP framework v1.2.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.2.0) there. |
31 | 31 |
|
32 | 32 | ## 1.1.0 |
33 | 33 |
|
34 | | -- Update to VSCP framework v1.1.0, please see the  there. |
| 34 | +- Update to VSCP framework v1.1.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.1.0) there. |
35 | 35 |
|
36 | 36 | ## 1.0.0 |
37 | 37 |
|
38 | | -- Update to VSCP framework v1.0.0, please see the  there. |
| 38 | +- Update to VSCP framework v1.0.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.0.0) there. |
39 | 39 |
|
40 | 40 | ## 0.8.0 |
41 | 41 |
|
42 | | -- Update to VSCP framework v0.9.0, please see the  there. |
| 42 | +- Update to VSCP framework v0.9.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.9.0) there. |
43 | 43 | - The update includes the following bugfixes: |
44 | 44 | - Bugfix: Fix of misspellings/typos, thanks to TomasRoj. |
45 | 45 | - Bugfix: VSCP measurement events fixed, because internal the parameters unit and index in the vscp_data_coding_getFormatByte() call were reversed. Thanks to troky! |
|
51 | 51 |
|
52 | 52 | ## 0.7.0 |
53 | 53 |
|
54 | | -- Update to VSCP framework v0.8.0, please see the  there. |
| 54 | +- Update to VSCP framework v0.8.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.8.0) there. |
55 | 55 | - Folder structure changed inside framework folder, in preparation for the abstract event modules. |
56 | 56 | - Abstract event modules introduced, see framework/events. |
57 | 57 |
|
|
61 | 61 |
|
62 | 62 | ## 0.6.0 |
63 | 63 |
|
64 | | -- Update to VSCP framework v0.7.0, please see the  there. |
| 64 | +- Update to VSCP framework v0.7.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.7.0) there. |
65 | 65 |
|
66 | 66 | ## 0.5.0 |
67 | 67 |
|
68 | 68 | - The VSCP framework returned the wrong number of used pages. |
69 | | -- Update to VSCP framework v0.6.0, please see the  there. |
| 69 | +- Update to VSCP framework v0.6.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.6.0) there. |
70 | 70 |
|
71 | 71 | ## 0.4.0 |
72 | 72 |
|
73 | | -- Update to VSCP framework v0.5.0, please see the  there. |
| 73 | +- Update to VSCP framework v0.5.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.5.0) there. |
74 | 74 | - Seeed-Studio-CAN_BUS_Shield example got a retry mechanism in the send routine. |
75 | 75 | - Sparkfun_CAN-BUS_Shield example got a retry mechanism in the send routine. |
76 | 76 |
|
77 | 77 | ## 0.3.0 |
78 | 78 |
|
79 | 79 | - DigInDebounce class for digital input debouncing implemented. |
80 | | -- Update to VSCP framework v0.4.0, please see the  there. |
| 80 | +- Update to VSCP framework v0.4.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.4.0) there. |
81 | 81 | - Status lamp and init button connection fixed. |
82 | 82 |
|
83 | 83 | ## 0.2.0 |
84 | 84 |
|
85 | | -Updated to VSCP framework v0.3.0, please see the  there. |
| 85 | +Updated to VSCP framework v0.3.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.3.0) there. |
86 | 86 |
|
87 | 87 | ## 0.1.0 |
88 | 88 |
|
|
0 commit comments