Ext. Notification use i2s audio interface as buzzer

pull/397/head
Ben Meadors 2023-10-23 15:40:29 -05:00
rodzic 6290ee0f6a
commit bcef87cc3b
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;
}
/*