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 {
//TODO: Is there any conflict with SPIFFS/LittleFS?
//TODO: Actually use those parameters
//TODO: Make sure values are *really* set to defaults during first run.
namespace web_config {
#if defined(ESP8266)
......@@ -20,8 +19,10 @@ namespace web_config {
IotWebConf *iotWebConf;
// -- Configuration specific key. The value should be modified if config structure was changed.
const char config_version[] = "ampel_test_v6";
// -- Configuration specific key. The value should be modified if config structure was changed.
// Also shouldn't be longer than
const char config_version[IOTWEBCONF_CONFIG_VERSION_LENGTH] = "a01";
/**
* 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