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