Unverified Commit c3f8c981 authored by Wolle's avatar Wolle Committed by GitHub

Merge pull request #428 from mathertel/patch-1

prevent background task to get all CPU
parents e77a298a 33ef91e2
......@@ -74,6 +74,9 @@ void audioTask(void *parameter) {
}
}
audio.loop();
if (!audio.isRunning()) {
sleep(1);
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment