Jason2866 / platform-espressif32

Tasmota Espressif 32: development platform for PlatformIO

Home Page:http://platformio.org/platforms/espressif32

Repository from Github https://github.comJason2866/platform-espressif32Repository from Github https://github.comJason2866/platform-espressif32

BLE support

Brandon-Ballard25 opened this issue · comments

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:

  1. Supports Bluetooth using the 'ESP32 BLE Arduino' library
  2. 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

platformi.int

[env:esp32-h2-devkitm-1]
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF5
framework = arduino 
board = esp32-h2-devkitm-1
lib_deps = 
        ESP32 BLE Arduino

Thank you in advance.

This fork does not include any BLE lib.
Look here https://github.com/pioarduino/platform-espressif32