double press top button to go back on gat562 mesh watch

이 커밋은 다음에 포함됨:
liamcottle
2026-04-01 21:51:32 +13:00
부모 1a897a3b5f
커밋 b37201db89
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
+1 -2
파일 보기
@@ -11,8 +11,7 @@ GAT56MeshWatch13Board board;
#ifdef DISPLAY_CLASS
DISPLAY_CLASS display;
MomentaryButton user_btn(PIN_USER_BTN, 1000, true, false, false);
MomentaryButton back_btn(PIN_BACK_BTN, 1000, true, false, true);
MomentaryButton user_btn(PIN_USER_BTN, 1000, true, false, true);
#endif
-1
파일 보기
@@ -13,7 +13,6 @@
extern DISPLAY_CLASS display;
#include <helpers/ui/MomentaryButton.h>
extern MomentaryButton user_btn;
extern MomentaryButton back_btn;
#endif
#ifdef PIN_VIBRATION