From 3ad43431d973aeed5cae6d9b584ae895c3b19a22 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 1 Sep 2025 21:04:41 +1200 Subject: [PATCH] fixed wismesh pocket user button --- variants/rak4631/target.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/rak4631/target.cpp b/variants/rak4631/target.cpp index efed90aa..bc7465fd 100644 --- a/variants/rak4631/target.cpp +++ b/variants/rak4631/target.cpp @@ -10,7 +10,7 @@ RAK4631Board board; #ifdef DISPLAY_CLASS DISPLAY_CLASS display; - MomentaryButton user_btn(PIN_USER_BTN, 1000, true); + MomentaryButton user_btn(PIN_USER_BTN, 1000, true, true); #if defined(PIN_USER_BTN_ANA) MomentaryButton analog_btn(PIN_USER_BTN_ANA, 1000, 20);