From 28db77f90c0ff21fa9657039ab69f427e91fc99d Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Sat, 31 Aug 2024 08:36:02 -0400 Subject: [PATCH] forgot to mention long press MODE for next face --- movement/watch_faces/complication/simple_calculator_face.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/movement/watch_faces/complication/simple_calculator_face.h b/movement/watch_faces/complication/simple_calculator_face.h index 1f77dc08..4f1e8d5a 100644 --- a/movement/watch_faces/complication/simple_calculator_face.h +++ b/movement/watch_faces/complication/simple_calculator_face.h @@ -32,6 +32,8 @@ * * How to use: * + * Important note: LONG PRESS MODE to move to next watch face + * * Flow: * Enter first number -> Select operator -> Enter second number -> View Results *