Hello
first of all I thank you for the excellent work, but I realized that the scanBLE after some time takes up all the esp32 memory, which then freezes. To solve the problem I used a different library (https://github.com/h2zero/NimBLE-Arduino) which also possesses the function "pBLEScan-> setMaxResults (0)" which do not store the scan results, use callback only.
By doing this the program is more stable. If you are interested, I'll post the sketch
Hello
first of all I thank you for the excellent work, but I realized that the scanBLE after some time takes up all the esp32 memory, which then freezes. To solve the problem I used a different library (https://github.com/h2zero/NimBLE-Arduino) which also possesses the function "pBLEScan-> setMaxResults (0)" which do not store the scan results, use callback only.
By doing this the program is more stable. If you are interested, I'll post the sketch