Merge pull request #704 from liamcottle/fix/wismesh-pocket-user-button

Fix: WisMesh Pocket user button
This commit is contained in:
Liam Cottle 2025-09-01 21:09:54 +12:00 committed by GitHub
commit a4c2da9d50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);