mirror of
https://github.com/syssi/esphome-votronic.git
synced 2025-07-23 04:23:02 +02:00
Fix ble_client build issue
This commit is contained in:
@@ -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]))
|
||||
|
Reference in New Issue
Block a user