Another tweak to improve update performance

This commit is contained in:
DTTerastar 2022-07-08 11:10:15 -04:00
parent 7d4ddc8eb0
commit 9e72d4887a
1 changed files with 3 additions and 0 deletions

View File

@ -516,6 +516,9 @@ void scanTask(void *parameter)
if (f->query())
totalFpQueried++;
while (updateInProgress)
delay(1000);
if (!pBLEScan->isScanning())
{
if (!pBLEScan->start(0, nullptr, true))