From 15a48e32838de7e39e8c7e7e4bf8b7af7034eb65 Mon Sep 17 00:00:00 2001
From: Eric Duminil <eric.duminil@gmail.com>
Date: Tue, 1 Mar 2022 10:22:28 +0100
Subject: [PATCH] Force config to be reloaded, since MQTT_TOPIC was added

---
 .../src/lib/IotWebConf/src/custom_ampel_iotwebconf.h           | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ampel-firmware/src/lib/IotWebConf/src/custom_ampel_iotwebconf.h b/ampel-firmware/src/lib/IotWebConf/src/custom_ampel_iotwebconf.h
index 0be304f..c79b4e9 100644
--- a/ampel-firmware/src/lib/IotWebConf/src/custom_ampel_iotwebconf.h
+++ b/ampel-firmware/src/lib/IotWebConf/src/custom_ampel_iotwebconf.h
@@ -9,4 +9,7 @@
 #define IOTWEBCONF_DEBUG_DISABLED
 #endif
 
+// Change this value (between 0 & 3000) in order to force the config to be reloaded.
+#define IOTWEBCONF_CONFIG_START 512
+
 #endif
\ No newline at end of file
-- 
GitLab