wip
This commit is contained in:
parent
d20f78ddfe
commit
fb9dc91392
2 changed files with 8 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue