Merge branch 'develop' into fix/tlora-pager-rotary-amplifier

This commit is contained in:
Ben Meadors
2025-10-02 14:40:37 -05:00
committed by GitHub
87 changed files with 1428 additions and 491 deletions

View File

@@ -34,6 +34,7 @@ class AudioThread : public concurrency::OSThread
i2sRtttl->begin(rtttlFile, audioOut);
}
// Also handles actually playing the RTTTL, needs to be called in loop
bool isPlaying()
{
if (i2sRtttl != nullptr) {