VSCP framework v0.8.0
-
Examples
-
PC
- Fixed the GUID in the event, sent by the node. It must be always
a combination of interface GUID and the node nickname id at LSB byte. - Fixed the default option of supported events.
- Fixed the GUID in the event, sent by the node. It must be always
-
Projects
-
PC
- All projects adapted according to the possible usage of vscphelper library in debug or release variant.
-
VSCP framework
-
Bugfixes:
- CLASS1.INFOMRATION Type=77 month/year was in wrong position in the event data.
-
Features:
- CLASS1.INFOMRATION Type=78 and 79 added (rising and falling edge detection)
- CLASS1.INFORMATION Heartbeat event supports now extra data, see vscp_information_sendNodeHeartbeatEventEx().
- If your node shall send a custom heartbeat with user data and extended data,
enable VSCP_CONFIG_ENABLE_CUSTOM_HEARTBEAT in your configuration. Find the function prototype in
the vscp_portable.c module. Thanks troky!