mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add bluetooth
This commit is contained in:
parent
5e032099be
commit
484d002a52
1 changed files with 6 additions and 1 deletions
|
|
@ -2039,9 +2039,14 @@ enum ExcludedModules {
|
|||
PAXCOUNTER_CONFIG = 0x1000;
|
||||
|
||||
/*
|
||||
* Bluetooth module
|
||||
* Bluetooth config (not technically a module, but used to indicate bluetooth capabilities)
|
||||
*/
|
||||
BLUETOOTH_CONFIG = 0x2000;
|
||||
|
||||
/*
|
||||
* Network config (not technically a module, but used to indicate network capabilities)
|
||||
*/
|
||||
NETWORK_CONFIG = 0x4000;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue