From 484d002a52bc20fa9f91ebf1b216d585c5f93a1b Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 30 Mar 2025 19:27:40 -0500 Subject: [PATCH] Add bluetooth --- meshtastic/mesh.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 38a9ee0..9023294 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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; } /*