Hello, I'm using the esp32-h2-devkitm-1 and I'm trying to use the 'ESP32 BLE Arduino' library but the inclusion of it causes errors i was just wondering if this library:
Supports Bluetooth using the 'ESP32 BLE Arduino' library
If it doesn't support Bluetooth using the above library is Bluetooth supported in general?
main.cpp
#include <BLEDevice.h> //error -- cannot open source file "esp_gap_ble_api.h" (dependency of "BLEDevice.h")C/C++(1696)
#include <BLEUtils.h> //error
#include <BLEScan.h> //error
Hello, I'm using the esp32-h2-devkitm-1 and I'm trying to use the 'ESP32 BLE Arduino' library but the inclusion of it causes errors i was just wondering if this library:
main.cpp
platformi.int
Thank you in advance.