Add bluetooth config to excludes

This commit is contained in:
Ben Meadors 2025-03-30 08:50:59 -05:00
parent f00e96f12d
commit 6da320326b

View file

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