Skip to content

Commit 3ad4343

Browse files
committed
fixed wismesh pocket user button
1 parent 74722c2 commit 3ad4343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/rak4631/target.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RAK4631Board board;
1010

1111
#ifdef DISPLAY_CLASS
1212
DISPLAY_CLASS display;
13-
MomentaryButton user_btn(PIN_USER_BTN, 1000, true);
13+
MomentaryButton user_btn(PIN_USER_BTN, 1000, true, true);
1414

1515
#if defined(PIN_USER_BTN_ANA)
1616
MomentaryButton analog_btn(PIN_USER_BTN_ANA, 1000, 20);

0 commit comments

Comments
 (0)