From 78e61464a53efbb9c2362c5929575cfc66815852 Mon Sep 17 00:00:00 2001 From: Ronald Schaten Date: Fri, 4 Feb 2022 23:05:54 +0100 Subject: [PATCH] working menu structure --- PhotoStepper/PhotoStepper.ino | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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("