1. 20 Dec, 2022 1 commit
  2. 19 Dec, 2022 1 commit
  3. 16 Dec, 2022 12 commits
  4. 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
  5. 04 Dec, 2022 1 commit
  6. 02 Dec, 2022 1 commit
  7. 29 Nov, 2022 2 commits
  8. 27 Nov, 2022 1 commit
  9. 26 Nov, 2022 2 commits
  10. 25 Nov, 2022 5 commits
  11. 24 Nov, 2022 2 commits
  12. 23 Nov, 2022 2 commits
  13. 22 Nov, 2022 1 commit
  14. 21 Nov, 2022 2 commits
  15. 18 Nov, 2022 1 commit
  16. 17 Nov, 2022 2 commits
  17. 16 Nov, 2022 1 commit
  18. 04 Nov, 2022 1 commit