1. 10 Jan, 2023 2 commits
  2. 09 Jan, 2023 3 commits
  3. 08 Jan, 2023 2 commits
  4. 06 Jan, 2023 1 commit
  5. 05 Jan, 2023 1 commit
  6. 28 Dec, 2022 1 commit
  7. 27 Dec, 2022 3 commits
  8. 22 Dec, 2022 10 commits
  9. 20 Dec, 2022 2 commits
  10. 19 Dec, 2022 1 commit
  11. 16 Dec, 2022 12 commits
  12. 08 Dec, 2022 2 commits
    • Wolle's avatar
      Merge pull request #428 from mathertel/patch-1 · c3f8c981
      Wolle authored
      prevent background task to get all CPU
      c3f8c981
    • 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