mqtt handling

This commit is contained in:
2020-11-14 21:15:33 +01:00
parent e921ab59e3
commit fc5e6ab151
6 changed files with 109 additions and 199 deletions

View File

@ -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_ */

View File

@ -1,10 +0,0 @@
#ifndef _MQTTTEST_H_
#define _MQTTTEST_H_
void mqttTestInit();
#endif // _MQTTTEST_H_