rename main menu
This commit is contained in:
parent
7e00d8dee5
commit
f40efb735b
@ -81,7 +81,7 @@ result enter_jog() {
|
|||||||
return proceed;
|
return proceed;
|
||||||
}
|
}
|
||||||
|
|
||||||
MENU(mainMenu, "Main menu", doNothing, noEvent, wrapStyle
|
MENU(mainMenu, "PhotoStepper", doNothing, noEvent, wrapStyle
|
||||||
,OP("Jog", enter_jog, enterEvent)
|
,OP("Jog", enter_jog, enterEvent)
|
||||||
,OP("Sub1", doNothing, noEvent)
|
,OP("Sub1", doNothing, noEvent)
|
||||||
,OP("Sub2", doNothing, noEvent)
|
,OP("Sub2", doNothing, noEvent)
|
||||||
|
Loading…
Reference in New Issue
Block a user