Skip to content

VSCP framework v1.1.0

Compare
Choose a tag to compare
@BlueAndi BlueAndi released this 03 Jun 20:54
· 78 commits to master since this release
  • VSCP framework
    • Bugfixes:
      • CLASS1.DISPLAY Set LED fixed. Thanks troky!
      • CLASS1.INFORMATION Node Heartbeat fixed. Thanks troky!
      • Bug in uint32 function parameter handling in the event abstraction fixed. Thanks troky!
      • Bug in vscp event module generation fixed in case of float function parameters. Thanks troky!
    • Improvements:
      • If in the decision matrix the zone/sub-zone match is enabled and the received zone/sub-zone is 0xFF (which applies to all zones/sub-zones), the decision matrix row will be considered. This way there is no need anymore to add a separate decision matrix row to handle 0xFF zone/sub-zone. Thanks troky for the hint!
    • Features:
      • Added Enter/Exit CLASS1.INFORMATION events. Thanks troky!
      • Updated CLASS1.CONTROL protocol and generated the corresponding event abstraction modules. Thanks troky!
      • The vscp_core_process() function returns now TRUE if a received event was handled, otherwise FALSE. This can be used for a faster handling of received events, e.g. call it in a loop as long as events are handled. But be aware about the watchdog. ;-)