1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-17 18:52:19 +01:00

remove filter, its too early

This commit is contained in:
J. Nick Koston
2025-08-06 07:09:05 -10:00
parent f55ab960bb
commit 0aec58665a

View File

@@ -15,13 +15,6 @@ CODEOWNERS = ["@jesserockz", "@Rapsssito", "@bdraco"]
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):
"""Bluetooth logger categories available in ESP-IDF.