HelTecAutomation / Heltec_ESP32

Arduino library for Heltec ESP32 (or ESP32+LoRa) based boards
Other
642 stars 228 forks source link

Please update to latest Espressif library #77

Open clarkbremer opened 2 years ago

clarkbremer commented 2 years ago

I need to use some new-ish features of the Espressif library. I'm finding this stuff is not defined in your version:

https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/bluetooth/esp_gap_bt.html?highlight=esp_bt_gap_read_remote_name#_CPPv427esp_bt_gap_read_remote_name13esp_bd_addr_t

I'm using board WiFi Kit 32.

kohlschuetter commented 2 years ago

I've added a pull request to enable this library to be used directly as an ESP-IDF component: https://github.com/HelTecAutomation/Heltec_ESP32/pull/90

Maybe that works for you in the interim.