start mqtt client (based on paho.mqtt.c), basically works
This commit is contained in:
17
3rd/paho.mqtt.c/src/VersionInfo.h.in
Normal file
17
3rd/paho.mqtt.c/src/VersionInfo.h.in
Normal file
@@ -0,0 +1,17 @@
|
||||
/*******************************************************************************
|
||||
* Version information for Eclipse Paho MQTT C.
|
||||
*******************************************************************************/
|
||||
|
||||
#ifndef VERSIONINFO_H
|
||||
#define VERSIONINFO_H
|
||||
|
||||
#define BUILD_TIMESTAMP "@BUILD_TIMESTAMP@"
|
||||
#define CLIENT_VERSION "@PROJECT_VERSION@"
|
||||
|
||||
#define PAHO_MQTT_C_VERSION "@PROJECT_VERSION@"
|
||||
|
||||
#define PAHO_MQTT_C_VERSION_MAJOR @PROJECT_VERSION_MAJOR@
|
||||
#define PAHO_MQTT_C_VERSION_MINOR @PROJECT_VERSION_MINOR@
|
||||
#define PAHO_MQTT_C_VERSION_PATCH @PROJECT_VERSION_PATCH@
|
||||
|
||||
#endif /* VERSIONINFO_H */
|
||||
Reference in New Issue
Block a user