mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Protos for pin definitions. Expert mode override existing definitions or add them on other boards.
This commit is contained in:
parent
6012da1607
commit
3aca01ac82
2 changed files with 28 additions and 1 deletions
|
|
@ -184,7 +184,6 @@ message ModuleConfig {
|
|||
|
||||
/*
|
||||
* Preferences for the ExternalNotificationModule
|
||||
* FIXME - Move this out of UserPreferences and into a section for module configuration.
|
||||
*/
|
||||
bool enabled = 1;
|
||||
|
||||
|
|
@ -212,6 +211,11 @@ message ModuleConfig {
|
|||
* TODO: REPLACE
|
||||
*/
|
||||
bool alert_bell = 6;
|
||||
|
||||
/*
|
||||
* TODO: REPLACE
|
||||
*/
|
||||
bool use_pwm = 7;
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue