10 lines
172 B
C
Raw Normal View History

2020-11-10 15:56:07 +01:00
#ifndef _MQTT_COMM_H_
#define _MQTT_COMM_H_
// do not call it periodically, just call it with a NULL handle
void mqttCommInit(void *handle);
#endif /* _MQTT_COMM_H_ */