ArduinoMenu icon indicating copy to clipboard operation
ArduinoMenu copied to clipboard

Change the Naming of a Menu.......

Open reltkaine opened this issue 1 year ago • 0 comments

Trying to use variable to changes the Print out Name of Menu....... Cant get the right combination....... Any suggestions........

Example from this.... MENU(mainMenu, "Blink menu", Menu::doNothing, Menu::noEvent, Menu::wrapStyle................

To this String/char[] NAME = "Blink menu" MENU(mainMenu, NAME, Menu::doNothing, Menu::noEvent, Menu::wrapStyle................

reltkaine avatar Oct 15 '24 05:10 reltkaine