mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #669 from meshtastic/add-bluetooth-exclude
Add bluetooth config to excludes
This commit is contained in:
commit
5e032099be
1 changed files with 5 additions and 0 deletions
|
|
@ -2037,6 +2037,11 @@ enum ExcludedModules {
|
|||
* Paxcounter module
|
||||
*/
|
||||
PAXCOUNTER_CONFIG = 0x1000;
|
||||
|
||||
/*
|
||||
* Bluetooth module
|
||||
*/
|
||||
BLUETOOTH_CONFIG = 0x2000;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue