ESP32_BLE_Arduino icon indicating copy to clipboard operation
ESP32_BLE_Arduino copied to clipboard

Add support for esp-idf build system

Open ecc1 opened this issue 6 years ago • 0 comments

These files allow this repository to be used directly as a component in the esp-idf build system when the rest of the Arduino environment is not required.

I have not tested whether the presence of these files breaks anything when building arduino-esp32, where this repo is a submodule. If so, it should be possible to add some make/CMake conditional logic to distinguish the two cases.

ecc1 avatar Mar 14 '19 16:03 ecc1