mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-10 20:07:45 +00:00
* Screenless Devices want to mute too! * Add logging for actions * Gate to screenless devices only * WisMesh Tag was missing HAS_SCREEN 0 --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
17 lines
458 B
C
17 lines
458 B
C
#pragma once
|
|
|
|
void playBeep();
|
|
void playLongBeep();
|
|
void playStartMelody();
|
|
void playShutdownMelody();
|
|
void playGPSEnableBeep();
|
|
void playGPSDisableBeep();
|
|
void playComboTune();
|
|
void play4ClickDown();
|
|
void play4ClickUp();
|
|
void playBoop();
|
|
void playChirp();
|
|
void playClick();
|
|
void playLongPressLeadUp();
|
|
bool playNextLeadUpNote(); // Play the next note in the lead-up sequence
|
|
void resetLeadUpSequence(); // Reset the lead-up sequence to start from beginning
|