prampec / IotWebConf

ESP8266/ESP32 non-blocking WiFi/AP web configuration Arduino library
MIT License
523 stars 140 forks source link

Fix off-by-one in string length for InputParameter #243

Closed EricDuminil closed 2 years ago

EricDuminil commented 2 years ago

Should fix #242.

TextTParameter can be typed correctly, and this change doesn't affect ColorTParameter, DateTParameter or TimeTParameter since their definition all include a terminating NULL character.

prampec commented 2 years ago

Thank you for finding and fixing this bug!