[SOLVED] BLE scans forever
-
Hi guys,
Since 1.10.1.b1 the scan never end. I have a bt.start_scan(5) in code, but after 5 seconds bt.isscanning() is not false (and it never changes state). What's up, doc ?
Claudio
-
Got why. In the while loop where I test for bt.isscanning() I had to introduce an sleep_ms(1), since the scan termination wasn't recognized anymore.
Thank you
-
Thanks @jmarcelino
I am already on 1.10.2.b1 and seen that the issue is happening since the previous update.
But but... if you aren't able to reproduce, let me look into this more closely. My script is almost (almost !) the same.Claudio
-
@duffo64
Can you try updating to the latest 1.10.2.b1 please ?
I can't reproduce the problem