diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 2e15118..38a9ee0 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -2037,6 +2037,11 @@ enum ExcludedModules { * Paxcounter module */ PAXCOUNTER_CONFIG = 0x1000; + + /* + * Bluetooth module + */ + BLUETOOTH_CONFIG = 0x2000; } /*