Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
775 stars 309 forks source link

Please update to latest espressif code #150

Open clarkbremer opened 2 years ago

clarkbremer commented 2 years ago

I need to use features like: 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 But they are not found in your version.

I'm using arduino with board type "WiFi Kit 32", Version 0.0.5.

If I use version 2.0.1 of the Espressif ESP32 board, these functions are available. But then I won't have all the features of your board, like OLED support.

MicSchi commented 2 years ago

Hello!

I have a similar problem. I would like to use TimerInterrupt_Generic but this requires framework-arduinoespressif32 v2.0.1+.

Would be very nice if you can consider update to the current framework. Or maybe someone can point out if there is another way to get around this.

gasagna commented 1 year ago

Apologies for resurrecting this old post, but wanted to add my 2 cents. @Heltec-Aaron-Lee What is the use of this repo? Why not adding the variants defined in this repo to the official arduino-esp32 repo? there are already some boards there that have been added by users of your products. Having all esp-based Heltec board directly supported within the official repo is a very good thing because it gives access to the latest version of the esp32 core, with bug fixes and new features.