Search found 1 match

by cyborgium
Tue Jan 22, 2019 2:28 pm
Forum: ESP32 Arduino
Topic: Bluetooth low energy taking up a lot of heap
Replies: 1
Views: 3702

Bluetooth low energy taking up a lot of heap

Hi, I'm working on a project which requires BLE. I'm basically finished with the project, however I've ran out of heap. Using the following line I was able to narrow down what uses it all up: ESP.getFreeHeap(); As you might have guessed by the title, it's BLE. I don't know much about BLE but I found...