You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed CLASS1.CONTROL Timed pulse on/off to match specification. Thanks troky!
Improvements:
Optimized decision matrix (+ extension) access during normal operation.
First its checked whether the decision matrix row is enabled or not.
If its enabled, the whole decision matrix row is read at once from persistent memory.
Please update your vscp_ps_access.[ch] files accordingly! #20
With VSCP_CONFIG_START_NODE_PROBE_NICKNAME you define where to start with the nickname probing. Thanks troky!
All VSCP type headers are generated now from vscp-protocol.xml and some of the types changed in its name. Please update your sources accordingly!
All VSCP event abstraction modules are generated now from vscp-protocol.xml. Their file names changed to vscp_evt_...
Please update your sources accordingly!