From 6da320326b9f6eda36478b967b5d4853fa1b6d97 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 30 Mar 2025 08:50:59 -0500 Subject: [PATCH] Add bluetooth config to excludes --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) 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; } /*