• Matthias Hertel's avatar
    prevent background task to get all CPU · 33ef91e2
    Matthias Hertel authored
    This is a fix proposal to avoid that the high priority of the separate background task
    will get almost all CPU and the sketch loop() function is not called.
    This happens when no audio is running as the audio.loop will return fast and called again on high priority.
    When there is playing audio the separate task gets suspended while waiting for network packages,
    33ef91e2
separate_audiotask.ino 5.35 KB