double press top button to go back on gat562 mesh watch

Bu işleme şunda yer alıyor:
liamcottle
2026-04-01 21:51:32 +13:00
ebeveyn 1a897a3b5f
işleme b37201db89
2 değiştirilmiş dosya ile 1 ekleme ve 3 silme
+1 -2
Dosyayı Görüntüle
@@ -11,8 +11,7 @@ GAT56MeshWatch13Board board;
#ifdef DISPLAY_CLASS #ifdef DISPLAY_CLASS
DISPLAY_CLASS display; DISPLAY_CLASS display;
MomentaryButton user_btn(PIN_USER_BTN, 1000, true, false, false); MomentaryButton user_btn(PIN_USER_BTN, 1000, true, false, true);
MomentaryButton back_btn(PIN_BACK_BTN, 1000, true, false, true);
#endif #endif
-1
Dosyayı Görüntüle
@@ -13,7 +13,6 @@
extern DISPLAY_CLASS display; extern DISPLAY_CLASS display;
#include <helpers/ui/MomentaryButton.h> #include <helpers/ui/MomentaryButton.h>
extern MomentaryButton user_btn; extern MomentaryButton user_btn;
extern MomentaryButton back_btn;
#endif #endif
#ifdef PIN_VIBRATION #ifdef PIN_VIBRATION