From 8d8c7a7b57bc6a087a05852a4277b73bd7c29a84 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Mon, 20 May 2019 19:48:05 +0200 Subject: [PATCH] Use new config folder --- src/examples/basic/config.h | 2 +- src/examples/chat/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/examples/basic/config.h b/src/examples/basic/config.h index b78a35b..bfcaf0f 100755 --- a/src/examples/basic/config.h +++ b/src/examples/basic/config.h @@ -32,7 +32,7 @@ #define WEB_DEFAULT_FILE "index.html" #define WEB_PORT 80 -#define MQTT_CONFIG_FILE "/mqttConfig.json" +#define MQTT_CONFIG_FILE "/config/mqtt.json" #endif \ No newline at end of file diff --git a/src/examples/chat/config.h b/src/examples/chat/config.h index b78a35b..bfcaf0f 100755 --- a/src/examples/chat/config.h +++ b/src/examples/chat/config.h @@ -32,7 +32,7 @@ #define WEB_DEFAULT_FILE "index.html" #define WEB_PORT 80 -#define MQTT_CONFIG_FILE "/mqttConfig.json" +#define MQTT_CONFIG_FILE "/config/mqtt.json" #endif \ No newline at end of file