#define STRING_LEN 40 // Should be enough for ip, addresses, passwords...
#if defined(ESP8266)
# include <ESP8266WebServer.h>
#elif defined(ESP32)
...
...
@@ -37,7 +39,7 @@ namespace web_config {
IotWebConf*iotWebConf;
constcharconfig_version[IOTWEBCONF_CONFIG_VERSION_LENGTH]="a08";// -- Configuration specific key. The value should be modified if config structure was changed.
constcharconfig_version[IOTWEBCONF_CONFIG_VERSION_LENGTH]="a09";// -- Configuration specific key. The value should be modified if config structure was changed.