11 lines
92 B
C
Raw Normal View History

2020-11-14 21:15:33 +01:00
#ifndef _MQTTCOMM_H_
#define _MQTTCOMM_H_
2020-11-10 15:56:07 +01:00
2020-11-14 21:15:33 +01:00
void mqttCommInit();
#endif // _MQTTCOMM_H_
2020-11-10 15:56:07 +01:00