publishing results

This commit is contained in:
2020-11-18 14:01:23 +01:00
parent 5714d3f6ed
commit 5e4f9063e1
3 changed files with 34 additions and 12 deletions

View File

@ -3,6 +3,9 @@
void mqttCommInit();
void mqttPublish(char *topic, char *message);
void mqttPublishf(char *topic, char *messageFormat, ...);
#endif // _MQTTCOMM_H_