mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-10 05:50:27 +00:00
mqtt
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
#ifndef __MQTT_H__
|
||||
#define __MQTT_H__
|
||||
|
||||
#include "mqtt_client.h"
|
||||
#include "esp_wifi.h"
|
||||
|
||||
static const char* WIFI_SSID;
|
||||
static const char* WIFI_PASSWORD;
|
||||
static const char* MQTT_BROKER_URI;
|
||||
static const char* SERVICE_TAG;
|
||||
|
||||
static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *event_data);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user