Use new config folder

This commit is contained in:
Patrick Balsiger
2019-05-20 19:48:05 +02:00
parent ea04117562
commit 8d8c7a7b57
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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