mirror of
https://github.com/esphome/esphome.git
synced 2025-09-18 03:02:20 +01:00
remove filter, its too early
This commit is contained in:
@@ -15,13 +15,6 @@ CODEOWNERS = ["@jesserockz", "@Rapsssito", "@bdraco"]
|
|||||||
DOMAIN = "esp32_ble"
|
DOMAIN = "esp32_ble"
|
||||||
|
|
||||||
|
|
||||||
def FILTER_SOURCE_FILES() -> list[str]:
|
|
||||||
"""Filter out ble_advertising.cpp when advertising is not enabled."""
|
|
||||||
if "USE_ESP32_BLE_ADVERTISING" not in CORE.defines:
|
|
||||||
return ["ble_advertising.cpp"]
|
|
||||||
return []
|
|
||||||
|
|
||||||
|
|
||||||
class BTLoggers(Enum):
|
class BTLoggers(Enum):
|
||||||
"""Bluetooth logger categories available in ESP-IDF.
|
"""Bluetooth logger categories available in ESP-IDF.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user