gitignore

This commit is contained in:
coelner 2019-05-01 20:26:13 +02:00
parent 52472843f4
commit 51d74d6e1b
2 changed files with 6 additions and 0 deletions

View File

@ -94,10 +94,16 @@ IPAddress mqttBroker(10, 0, 4, 1); //failsafe
const int FW_VERSION = 10;
const char* fwUrlBase = "http://10.0.4.2/fota/";
/************************* MQTT Broker Setup *********************************/
<<<<<<< HEAD
#define name "test"
//see secrets.h
char MQTT_CLIENTID[10];
const char MQTT_WILL_TOPIC[] = "test/sys/will";
=======
#define name "bathroom"
char MQTT_CLIENTID[10];
const char MQTT_WILL_TOPIC[] = "bathroom/sys/will";
>>>>>>> gitignore
const int MQTT_WILL_QOS = 0;
const int MQTT_WILL_RETAIN = 0;
const char MQTT_WILL_MESSAGE[] = "Finally died...";

Binary file not shown.