1. 06 Jan, 2023 1 commit
  2. 05 Jan, 2023 1 commit
  3. 28 Dec, 2022 1 commit
  4. 27 Dec, 2022 3 commits
  5. 22 Dec, 2022 10 commits
  6. 20 Dec, 2022 2 commits
  7. 19 Dec, 2022 1 commit
  8. 16 Dec, 2022 12 commits
  9. 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
  10. 04 Dec, 2022 1 commit
  11. 02 Dec, 2022 1 commit
  12. 29 Nov, 2022 2 commits
  13. 27 Nov, 2022 1 commit
  14. 26 Nov, 2022 2 commits