Fix ble_client build issue

This commit is contained in:
Sebastian Muszynski
2025-07-21 17:55:51 +02:00
parent 8cb0f29c7d
commit 08c1aad103

View File

@@ -40,4 +40,5 @@ async def to_code(config):
await cg.register_component(var, config)
await ble_client.register_ble_node(var, config)
cg.add_define("USE_ESP32_BLE_DEVICE")
cg.add(var.set_throttle(config[CONF_THROTTLE]))