mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-06 13:44:46 +00:00
don't wake t-echo through the touch button
This commit is contained in:
parent
959962530b
commit
89f7968ca2
@ -226,10 +226,6 @@ class ButtonThread : public OSThread
|
|||||||
|
|
||||||
#ifdef BUTTON_PIN_TOUCH
|
#ifdef BUTTON_PIN_TOUCH
|
||||||
userButtonTouch = OneButton(BUTTON_PIN_TOUCH, true, true);
|
userButtonTouch = OneButton(BUTTON_PIN_TOUCH, true, true);
|
||||||
#ifdef INPUT_PULLUP_SENSE
|
|
||||||
// Some platforms (nrf52) have a SENSE variant which allows wake from sleep - override what OneButton did
|
|
||||||
pinMode(BUTTON_PIN_TOUCH, INPUT_PULLUP_SENSE);
|
|
||||||
#endif
|
|
||||||
userButtonTouch.attachClick(touchPressed);
|
userButtonTouch.attachClick(touchPressed);
|
||||||
userButtonTouch.attachDuringLongPress(touchPressedLong);
|
userButtonTouch.attachDuringLongPress(touchPressedLong);
|
||||||
userButtonTouch.attachDoubleClick(touchDoublePressed);
|
userButtonTouch.attachDoubleClick(touchDoublePressed);
|
||||||
|
Loading…
Reference in New Issue
Block a user