#ifndef APP_MQTT_H #define APP_MQTT_H int app_mqtt_init(void); int app_mqtt_publish(char *topic, char *payload); #endif