rename main menu

This commit is contained in:
Ronald Schaten 2022-02-03 00:06:43 +01:00
parent 7e00d8dee5
commit f40efb735b

View File

@ -81,7 +81,7 @@ result enter_jog() {
return proceed;
}
MENU(mainMenu, "Main menu", doNothing, noEvent, wrapStyle
MENU(mainMenu, "PhotoStepper", doNothing, noEvent, wrapStyle
,OP("Jog", enter_jog, enterEvent)
,OP("Sub1", doNothing, noEvent)
,OP("Sub2", doNothing, noEvent)