mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-19 00:10:58 +00:00
sensor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef __MQTTRONIX_H__
|
||||
#define __MQTTRONIX_H__
|
||||
|
||||
static const char* MQTT_BROKER_URI = "mqtt://mqtt.techquadbit.net:1883";
|
||||
static const char* MQTT_BROKER_URI = "mqtt://techquadbit.net";
|
||||
//static const char* MQTT_BROKER_URI = "mqtt://10.100.50.16:1883";
|
||||
static const char* MQTT_TAG = "MQTTronix";
|
||||
//static const char WIFI_SSID;
|
||||
|
||||
Reference in New Issue
Block a user