fsievers22 / esphome-ble-remote

ESPHome external component for a BLE HID client
MIT License
25 stars 10 forks source link

#include "BLEDevice.h" - No such file or directory #1

Closed craggyh closed 2 years ago

craggyh commented 2 years ago

Hi

Is there a modification to be made to get over the "src/ble_hid_client.h:2:23: fatal error: BLEDevice.h: No such file or directory" error when compiling on latest esphome versions?

Thanks.

craggyh commented 2 years ago

I figured it out:

libraries:

- "BLEDevice.h"

 - "ESP32 BLE Arduino"