Skip to content

Commit

Permalink
Merge pull request #397 from meshtastic/use_i2s_as_buzzer
Browse files Browse the repository at this point in the history
Ext. Notification use i2s audio interface as buzzer
  • Loading branch information
thebentern authored Oct 23, 2023
2 parents 6290ee0 + bcef87c commit ca3d17c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meshtastic/module_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit ca3d17c

Please sign in to comment.