mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 09:50:52 +00:00
ESPNOW + WiFi
This commit is contained in:
0
ESP-IDF_Robot/build/.ninja_lock
Normal file
0
ESP-IDF_Robot/build/.ninja_lock
Normal file
@@ -6,10 +6,8 @@
|
|||||||
|
|
||||||
//static const char WIFI_SSID = "IoT_bots";
|
//static const char WIFI_SSID = "IoT_bots";
|
||||||
//static const char WIFI_PASSWORD = "208208208";
|
//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_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 const char* MQTT_TAG = "MQTT_Robot";
|
|
||||||
static esp_mqtt_client_handle_t mqtt_client = NULL;
|
static esp_mqtt_client_handle_t mqtt_client = NULL;
|
||||||
|
|
||||||
static void mqtt_publish_task(void *arg) {
|
static void mqtt_publish_task(void *arg) {
|
||||||
|
Reference in New Issue
Block a user