// ABMqtt.h #ifndef _ABMQTT_h #define _ABMQTT_h bool mqttInit(); bool mqttPublishJSON(const char* str); #endif