diff --git a/PhotoStepper/PhotoStepper.ino b/PhotoStepper/PhotoStepper.ino index ae134d5..c005b90 100644 --- a/PhotoStepper/PhotoStepper.ino +++ b/PhotoStepper/PhotoStepper.ino @@ -81,10 +81,26 @@ result enter_jog() { return proceed; } +MENU(configuration, "Configuration", doNothing, anyEvent, wrapStyle + ,OP("tSettle", doNothing, noEvent) + ,OP("tFocus", doNothing, noEvent) + ,OP("tShutter", doNothing, noEvent) + ,OP("Return", doNothing, noEvent) + ,OP("LcdBlackout", doNothing, noEvent) + ,EXIT("