Browse Source
Merge pull request #704 from liamcottle/fix/wismesh-pocket-user-button
Fix: WisMesh Pocket user button
pull/706/head
Liam Cottle
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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); |
|
|
|
|