esp32/domestic-climate-monitor/main/mqtt.h

9 lines
188 B
C
Raw Normal View History

2026-02-07 18:22:45 +00:00
#ifndef MQTT_H
#define MQTT_H
#include "mqtt_client.h"
esp_mqtt_client_handle_t mqtt_connect();
void mqtt_publish(esp_mqtt_client_handle_t client, const char *payload);
#endif // MQTT_H