mqtt handling
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
#ifndef _MQTT_COMM_H_
|
||||
#define _MQTT_COMM_H_
|
||||
#ifndef _MQTTCOMM_H_
|
||||
#define _MQTTCOMM_H_
|
||||
|
||||
|
||||
// do not call it periodically, just call it with a NULL handle
|
||||
void mqttCommInit(void *handle);
|
||||
void mqttCommInit();
|
||||
|
||||
|
||||
#endif // _MQTTCOMM_H_
|
||||
|
||||
|
||||
#endif /* _MQTT_COMM_H_ */
|
||||
|
@ -1,10 +0,0 @@
|
||||
#ifndef _MQTTTEST_H_
|
||||
#define _MQTTTEST_H_
|
||||
|
||||
|
||||
void mqttTestInit();
|
||||
|
||||
|
||||
#endif // _MQTTTEST_H_
|
||||
|
||||
|
Reference in New Issue
Block a user