This commit is contained in:
Jonas Rabenstein 2025-11-30 17:32:49 +01:00
commit fb9dc91392
2 changed files with 8 additions and 2 deletions

View file

@ -4,14 +4,14 @@
#include <mutex>
#include <vector>
#include "esphome/core/component.h"
#include "esphome/components/esp32_ble_server/ble_server.h"
#include "esphome/components/esp32_ble/ble.h"
namespace esphome
{
namespace fastcon
{
class FastconController : public Component
class FastconController : public Component, public esp32_ble::GAPEventHandler
{
public:
FastconController() = default;