mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 15:41:52 +00:00
fix
This commit is contained in:
@@ -285,7 +285,6 @@ async def remove_bond_to_code(config, action_id, template_arg, args):
|
|||||||
|
|
||||||
async def to_code(config):
|
async def to_code(config):
|
||||||
# Register the loggers this component needs
|
# Register the loggers this component needs
|
||||||
cg.add_define("USE_ESP32_BLE_UUID")
|
|
||||||
esp32_ble.register_bt_logger(BTLoggers.GATT, BTLoggers.SMP)
|
esp32_ble.register_bt_logger(BTLoggers.GATT, BTLoggers.SMP)
|
||||||
|
|
||||||
var = cg.new_Pvariable(config[CONF_ID])
|
var = cg.new_Pvariable(config[CONF_ID])
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "esphome/core/defines.h"
|
||||||
#include "esphome/core/hal.h"
|
#include "esphome/core/hal.h"
|
||||||
#include "esphome/core/helpers.h"
|
#include "esphome/core/helpers.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user