Merge pull request #669 from meshtastic/add-bluetooth-exclude

Add bluetooth config to excludes
This commit is contained in:
Ben Meadors 2025-03-30 12:54:36 -05:00 committed by GitHub
commit 5e032099be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2037,6 +2037,11 @@ enum ExcludedModules {
* Paxcounter module
*/
PAXCOUNTER_CONFIG = 0x1000;
/*
* Bluetooth module
*/
BLUETOOTH_CONFIG = 0x2000;
}
/*