I2S: Fix silent RTTTL regression (#8129)

This commit is contained in:
WillyJL
2025-09-27 07:07:38 +02:00
committed by GitHub
parent fc9f1ac056
commit a2d86454d3
2 changed files with 8 additions and 4 deletions

View File

@@ -26,6 +26,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) {