Add muted icon to show when buzzer is muted

Cette révision appartient à :
Leah
2026-02-11 10:00:20 +01:00
Parent e33d93dc7f
révision fb025fb67e
3 fichiers modifiés avec 20 ajouts et 0 suppressions
+8
Voir le fichier
@@ -78,6 +78,14 @@ public:
bool hasDisplay() const { return _display != NULL; }
bool isButtonPressed() const;
bool isBuzzerQuiet() {
#ifdef PIN_BUZZER
return buzzer.isQuiet();
#else
return true;
#endif
}
void toggleBuzzer();
bool getGPSState();
void toggleGPS();