Skip to content

Commit 1679c29

Browse files
committed
VSCP framework v2.0.2 integrated.
1 parent df77dcf commit 1679c29

File tree

118 files changed

+125
-121
lines changed

Some content is hidden

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

118 files changed

+125
-121
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions

LICENSE.md

Lines changed: 1 addition & 1 deletion

mdf_template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
The MIT License (MIT)
66
7-
Copyright (c) 2014 - 2022 Andreas Merkle
7+
Copyright (c) 2014 - 2024 Andreas Merkle
88
http://www.blue-andi.de
99
vscp@blue-andi.de
1010

src/DigInDebounce.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The MIT License (MIT)
22
*
3-
* Copyright (c) 2014 - 2022 Andreas Merkle
3+
* Copyright (c) 2014 - 2024 Andreas Merkle
44
* http://www.blue-andi.de
55
* vscp@blue-andi.de
66
*

src/SwTimer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The MIT License (MIT)
22
*
3-
* Copyright (c) 2014 - 2022 Andreas Merkle
3+
* Copyright (c) 2014 - 2024 Andreas Merkle
44
* http://www.blue-andi.de
55
* vscp@blue-andi.de
66
*

src/VSCP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The MIT License (MIT)
22
*
3-
* Copyright (c) 2014 - 2022 Andreas Merkle
3+
* Copyright (c) 2014 - 2024 Andreas Merkle
44
* http://www.blue-andi.de
55
* vscp@blue-andi.de
66
*

src/framework/core/vscp_class_l1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The MIT License (MIT)
22
*
3-
* Copyright (c) 2014 - 2022 Andreas Merkle
3+
* Copyright (c) 2014 - 2024 Andreas Merkle
44
* http://www.blue-andi.de
55
* vscp@blue-andi.de
66
*

src/framework/core/vscp_class_l1_l2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The MIT License (MIT)
22
*
3-
* Copyright (c) 2014 - 2022 Andreas Merkle
3+
* Copyright (c) 2014 - 2024 Andreas Merkle
44
* http://www.blue-andi.de
55
* vscp@blue-andi.de
66
*

src/framework/core/vscp_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The MIT License (MIT)
22
*
3-
* Copyright (c) 2014 - 2022 Andreas Merkle
3+
* Copyright (c) 2014 - 2024 Andreas Merkle
44
* http://www.blue-andi.de
55
* vscp@blue-andi.de
66
*
@@ -244,7 +244,7 @@ extern "C"
244244
/** Timeout in ms for the node segment initialization.
245245
* See VSCP specification, chapter VSCP Level I Specifics, Node segment initialization. Dynamic nodes, Step 2
246246
*/
247-
#define VSCP_CONFIG_NODE_SEGMENT_INIT_TIMEOUT ((uint16_t)5000)
247+
#define VSCP_CONFIG_NODE_SEGMENT_INIT_TIMEOUT ((uint16_t)1000)
248248

249249
#endif /* Undefined VSCP_CONFIG_NODE_SEGMENT_INIT_TIMEOUT */
250250

src/framework/core/vscp_config_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The MIT License (MIT)
22
*
3-
* Copyright (c) 2014 - 2022 Andreas Merkle
3+
* Copyright (c) 2014 - 2024 Andreas Merkle
44
* http://www.blue-andi.de
55
* vscp@blue-andi.de
66
*

0 commit comments

Comments
 (0)