mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-03 08:30:45 +00:00
Shorter audio feedback for InkHUD buttons (#7301)
This commit is contained in:
@@ -104,11 +104,11 @@ void setupNicheGraphics()
|
||||
buttons->setHandlerDown(1, [backlight]() { backlight->peek(); });
|
||||
buttons->setHandlerLongPress(1, [backlight]() {
|
||||
backlight->latch();
|
||||
playBeep();
|
||||
playBoop();
|
||||
});
|
||||
buttons->setHandlerShortPress(1, [backlight]() {
|
||||
backlight->off();
|
||||
playBoop();
|
||||
playChirp();
|
||||
});
|
||||
|
||||
// Begin handling button events
|
||||
|
||||
Reference in New Issue
Block a user