ESP32_ChinaDieselHeater_Con.../src/WiFi/ABmqtt.h

12 lines
116 B
C
Raw Normal View History

2019-05-15 10:10:12 +00:00
// ABMqtt.h
#ifndef _ABMQTT_h
#define _ABMQTT_h
bool mqttInit();
bool mqttPublishJSON(const char* str);
2019-07-07 07:18:38 +00:00
#endif