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

Add bluetooth config to excludes
pull/671/head
Ben Meadors 2025-03-30 12:54:36 -05:00 zatwierdzone przez GitHub
commit 5e032099be
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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