Compare commits
1 Commits
v3
...
548af87ce3
| Author | SHA1 | Date | |
|---|---|---|---|
| 548af87ce3 |
@@ -18,24 +18,12 @@
|
|||||||
#define LIB_CAPS_VERSION_PATCH(v) (v & 0xff)
|
#define LIB_CAPS_VERSION_PATCH(v) (v & 0xff)
|
||||||
|
|
||||||
/* LIB_CAPS_VERSION is (major << 16) + (minor << 8) + patch. */
|
/* LIB_CAPS_VERSION is (major << 16) + (minor << 8) + patch. */
|
||||||
#define LIB_CAPS_VERSION 0x030200
|
#define LIB_CAPS_VERSION 0x010000
|
||||||
#define LIB_CAPS_VERSION_NAME "3.2.0"
|
#define LIB_CAPS_VERSION_NAME "2.0.0"
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
API Changelog
|
API Changelog
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
"3.2.0" 0x030200
|
|
||||||
- Add Plugin::lastEndTime
|
|
||||||
- Add Plugin::setConnectionIDFile
|
|
||||||
- Add Plugin::connectionID
|
|
||||||
- Add Plugin::setConnectedCallback
|
|
||||||
- Add Plugin::setDisconnectedCallback
|
|
||||||
- Add Plugin::setHostInfo
|
|
||||||
- Add Plugin::setRuntimeInfo
|
|
||||||
- Add Plugin::pushAny
|
|
||||||
- Add Plugin::pushRaw
|
|
||||||
- Add Plugin::pushRecord
|
|
||||||
- Change Plugin push signature
|
|
||||||
"2.0.0" 0x020000
|
"2.0.0" 0x020000
|
||||||
- Add Plugin::setAddress
|
- Add Plugin::setAddress
|
||||||
- Add Plugin::flushEncoders
|
- Add Plugin::flushEncoders
|
||||||
|
|||||||
Reference in New Issue
Block a user