Skip to content

VSCP framework v0.8.0

Compare
Choose a tag to compare
@BlueAndi BlueAndi released this 03 Jan 16:59
· 178 commits to master since this release
  • 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.
  • 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!