Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
8d4bca45
Commit
8d4bca45
authored
May 17, 2021
by
Eric Duminil
Browse files
VErsion name was too long
parent
c04c45f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/web_config.cpp
View file @
8d4bca45
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment