Commit 8d4bca45 authored by Eric Duminil's avatar Eric Duminil
Browse files

VErsion name was too long

parent c04c45f8
...@@ -7,7 +7,6 @@ namespace config { ...@@ -7,7 +7,6 @@ namespace config {
//TODO: Is there any conflict with SPIFFS/LittleFS? //TODO: Is there any conflict with SPIFFS/LittleFS?
//TODO: Actually use those parameters //TODO: Actually use those parameters
//TODO: Make sure values are *really* set to defaults during first run.
namespace web_config { namespace web_config {
#if defined(ESP8266) #if defined(ESP8266)
...@@ -20,8 +19,10 @@ namespace web_config { ...@@ -20,8 +19,10 @@ namespace web_config {
IotWebConf *iotWebConf; IotWebConf *iotWebConf;
// -- Configuration specific key. The value should be modified if config structure was changed. // -- Configuration specific key. The value should be modified if config structure was changed.
const char config_version[] = "ampel_test_v6"; // Also shouldn't be longer than
const char config_version[IOTWEBCONF_CONFIG_VERSION_LENGTH] = "a01";
/** /**
* Services * Services
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment