mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 11:50:53 +00:00
ESPNOW + WiFi
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
|
||||
//static const char WIFI_SSID = "IoT_bots";
|
||||
//static const char WIFI_PASSWORD = "208208208";
|
||||
static const char* MQTT_BROKER_URI = "mqtt://10.100.50.16:1883";//74.14.210.168";//"mqtt://mqtt.techquadbit.net";
|
||||
static const char* MQTT_TAG = "MQTT_Robot";
|
||||
//static const char* MQTT_BROKER_URI = "mqtt://10.100.50.16:1883";//74.14.210.168";//"mqtt://mqtt.techquadbit.net";
|
||||
static const char* MQTT_BROKER_URI = "mqtt://mqtt.techquadbit.net:1883";//74.14.210.168";//"mqtt://mqtt.techquadbit.net";
|
||||
|
||||
//static const char* MQTT_TAG = "MQTT_Robot";
|
||||
static esp_mqtt_client_handle_t mqtt_client = NULL;
|
||||
|
||||
static void mqtt_publish_task(void *arg) {
|
||||
|
Reference in New Issue
Block a user