#define STRING_LEN 40 // Should be enough for ip, addresses, passwords...
#define STRING_LEN 33 // Should be enough for ip, addresses, passwords...
#include"config.h"
#ifndef AMPEL_PASSWORD
...
...
@@ -28,7 +28,7 @@ namespace web_config {
IotWebConf*iotWebConf;
constcharconfig_version[IOTWEBCONF_CONFIG_VERSION_LENGTH]="a09";// -- Configuration specific key. The value should be modified if config structure was changed.
constcharconfig_version[IOTWEBCONF_CONFIG_VERSION_LENGTH]="a10";// -- Configuration specific key. The value should be modified if config structure was changed.