Skip to content

Commit a4c2da9

Browse files
authored
Merge pull request #704 from liamcottle/fix/wismesh-pocket-user-button
Fix: WisMesh Pocket user button
2 parents 74722c2 + 3ad4343 commit a4c2da9

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)