Testing, device-id, esp-receiver configurable
This commit is contained in:
11
esp-receiver/src/config.h.example
Normal file
11
esp-receiver/src/config.h.example
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __CONFIG_H__
|
||||
#define __CONFIG_H__
|
||||
/**
|
||||
* For project specific settings. Copy to config.h and place your settings there.
|
||||
**/
|
||||
|
||||
const char *MQTT_BROKER = "192.168.178.74";
|
||||
const char *MQTT_SENSOR_TOPIC = "living/sensor2";
|
||||
const char *MQTT_CLIENT_ID = "living_mobile_sensor";
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user