Vörös Ákos
Vörös Ákos
You mean ESP32-C3? I don't have this chip yet, but thank you for your report. Probably I'll buy one for tests. Till then, can you describe what is not working...
Is there any update here? I also experienced the issue.
@dpnebert Thanks for the answer. I've tried the following: ``` #define BT_DEFAULT_SCAN_DURATION_IN_SECONDS 10 void loop () { if (millis() - lastRun > (BT_DEFAULT_SCAN_DURATION_IN_SECONDS * 1000) + 2000) { pBLEScan->clearResults(); //...
@dpnebert Cool, the first sketch is working on my side. I'll change my code and test again. Many thanks!
Since I've changed the active scan to false, this is not an issue anymore
> that would be nice... with esprecense I managed to do that by installing the beaconscope app (android) My plan is implement without any additional app on the phone. It...