We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74722c2 + 3ad4343 commit a4c2da9Copy full SHA for a4c2da9
variants/rak4631/target.cpp
@@ -10,7 +10,7 @@ RAK4631Board board;
10
11
#ifdef DISPLAY_CLASS
12
DISPLAY_CLASS display;
13
- MomentaryButton user_btn(PIN_USER_BTN, 1000, true);
+ MomentaryButton user_btn(PIN_USER_BTN, 1000, true, true);
14
15
#if defined(PIN_USER_BTN_ANA)
16
MomentaryButton analog_btn(PIN_USER_BTN_ANA, 1000, 20);
0 commit comments