Add bluetooth

This commit is contained in:
Ben Meadors 2025-03-30 19:27:40 -05:00
parent 5e032099be
commit 484d002a52

View file

@ -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;
}
/*