mirror of
				https://github.com/alexandrebobkov/ESP-Nodes.git
				synced 2025-11-04 09:21:05 +00:00 
			
		
		
		
	sensor
This commit is contained in:
		
							
								
								
									
										0
									
								
								ESP32-IDF_Temperture-Node-v2/build/.ninja_lock
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								ESP32-IDF_Temperture-Node-v2/build/.ninja_lock
									
									
									
									
									
										Normal file
									
								
							@@ -1 +1 @@
 | 
				
			|||||||
bc295540d586439466e75b3fef567ce93a59e837
 | 
					fb7ed8acb66b94d0da9fbf05b38bd7f020add804
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
#ifndef __MQTTRONIX_H__
 | 
					#ifndef __MQTTRONIX_H__
 | 
				
			||||||
#define __MQTTRONIX_H__
 | 
					#define __MQTTRONIX_H__
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static const char* MQTT_BROKER_URI = "mqtt://techquadbit.net:1883";
 | 
					static const char* MQTT_BROKER_URI = "mqtt://mqtt.techquadbit.net:1883";
 | 
				
			||||||
//static const char* MQTT_BROKER_URI = "mqtt://10.100.50.16:1883";
 | 
					//static const char* MQTT_BROKER_URI = "mqtt://10.100.50.16:1883";
 | 
				
			||||||
static const char* MQTT_TAG = "MQTTronix";
 | 
					static const char* MQTT_TAG = "MQTTronix";
 | 
				
			||||||
//static const char WIFI_SSID;
 | 
					//static const char WIFI_SSID;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user