GerLech / WebConfig

For ESP8266 and ESP32 edit configuration with web page and save it on SPIFFS. If no connection to a local WLAN exists configuration over web page can be done using an access point
GNU Lesser General Public License v3.0
80 stars 19 forks source link

Parameter name length limitation #3

Closed teaserrr closed 4 years ago

teaserrr commented 4 years ago

It seems the length of the parameter name is limited to 15 characters. It would be good to document this as it could cause lots of frustration and loss of time when using longer names while not knowing of this limitation. Maybe also increase the limit a bit or make it configurable with a define, 15 seems very short and some people like to use verbose names for parameters and variables.