Add bluetooth config to excludes

pull/669/head
Ben Meadors 2025-03-30 08:50:59 -05:00
rodzic f00e96f12d
commit 6da320326b
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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