WiFi_Kit_series icon indicating copy to clipboard operation
WiFi_Kit_series copied to clipboard

LoRA and BLE at same time. missing include files

Open darrylburke opened this issue 6 years ago • 1 comments

Board: Heltec HTIT-WB32LA Espressif: ESP32 Arduino 0.0.1 (Latest as of Mar19th 2018) Heltec: most recent as of Mar 19th 2018) Arduino IDE: 1.8.5

I'm trying to create a sketch which uses both LoRA and BLE Notify. when I try to compile the SDK examples for both BLE Notify and LoRa REceiver OLED.

when trying the examples, the BLE notify will not work with the board types defined in the heltec version of the board definitions and fails with an "esp_bt.h: No such file or directory" error.

if I change the board type to the one defined in the Espressif SDK the BLE Notify example it will work. however if I use the board definition in the Espressif SDK, the LoRa REceiver example will fail with "LoRa.h: No such file or directory compilation terminated."

There is no board definition which has both working.

darrylburke avatar Mar 20 '18 13:03 darrylburke

Thanks for your report, we will check into it.

Heltec-Aaron-Lee avatar Mar 21 '18 08:03 Heltec-Aaron-Lee