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