#ifndef APP_MQTT_H #define APP_MQTT_H #include "esp_system.h" esp_err_t app_mqtt_init(void); #endif