Skip to content

Commit b37201d

Browse files
committed
double press top button to go back on gat562 mesh watch
1 parent 1a897a3 commit b37201d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

variants/gat562_mesh_watch13/target.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ GAT56MeshWatch13Board board;
1111

1212
#ifdef DISPLAY_CLASS
1313
DISPLAY_CLASS display;
14-
MomentaryButton user_btn(PIN_USER_BTN, 1000, true, false, false);
15-
MomentaryButton back_btn(PIN_BACK_BTN, 1000, true, false, true);
14+
MomentaryButton user_btn(PIN_USER_BTN, 1000, true, false, true);
1615
#endif
1716

1817

variants/gat562_mesh_watch13/target.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
extern DISPLAY_CLASS display;
1414
#include <helpers/ui/MomentaryButton.h>
1515
extern MomentaryButton user_btn;
16-
extern MomentaryButton back_btn;
1716
#endif
1817

1918
#ifdef PIN_VIBRATION

0 commit comments

Comments
 (0)