Testing, device-id, esp-receiver configurable

This commit is contained in:
2021-05-02 15:01:09 +02:00
parent 61374b584a
commit 2e72d8dc42
5 changed files with 36 additions and 15 deletions

View 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