neu-rah / ArduinoMenu

Arduino generic menu/interactivity system
GNU Lesser General Public License v2.1
929 stars 189 forks source link

Macros CHOOSE allows only 16 values in code #402

Open DiscoMan18 opened 1 year ago

DiscoMan18 commented 1 year ago

If there are more values, it shows a compile error.

neu-rah commented 1 year ago

its a macro limitation, see dynamic example on how to build bigger lists (and also to allow less than 2 items)

DiscoMan18 commented 1 year ago

ok, could you please add this information to wiki? There is not a word about it there.