Merge pull request #397 from meshtastic/use_i2s_as_buzzer

Ext. Notification use i2s audio interface as buzzer
pull/399/head
Ben Meadors 2023-10-23 15:47:21 -05:00 zatwierdzone przez GitHub
commit ca3d17c6af
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -379,6 +379,12 @@ message ModuleConfig {
* and/or beep for 60 seconds
*/
uint32 nag_timeout = 14;
/*
* When true, enables devices with native I2S audio output to use the RTTTL over speaker like a buzzer
* T-Watch S3 and T-Deck for example have this capability
*/
bool use_i2s_as_buzzer = 15;
}
/*