Skip to content

Commit e6ba025

Browse files
committed
add new quad press
1 parent cdca6fa commit e6ba025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/companion_radio/UITask.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ void UITask::begin(DisplayDriver* display, SensorManager* sensors, NodePrefs* no
8282
_userButtonAnalog->onShortPress([this]() { handleButtonShortPress(); });
8383
_userButtonAnalog->onDoublePress([this]() { handleButtonDoublePress(); });
8484
_userButtonAnalog->onTriplePress([this]() { handleButtonTriplePress(); });
85+
_userButtonAnalog->onQuadruplePress([this]() { handleButtonQuadruplePress(); });
8586
_userButtonAnalog->onLongPress([this]() { handleButtonLongPress(); });
8687
_userButtonAnalog->onAnyPress([this]() { handleButtonAnyPress(); });
8788
#endif

0 commit comments

Comments
 (0)