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 0be304fe7e6554fce77e8638efdd71470c5e7a70..c79b4e92d18cca85e9e4f5e0434a2b702791647b 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