davetcc / tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/
Apache License 2.0
271 stars 25 forks source link

Change the error to warning for large name fields >20 char #433

Closed davetcc closed 6 months ago

davetcc commented 6 months ago

Describe the bug When the Name size is set to larger value than 20, the designer cannot edit these fields as it has a hard limit at 20.

To Reproduce put more than 20 chars in any field

Expected behavior it should produce a warning instead of an error.

davetcc commented 6 months ago

Name and unit length validation is now a warning.