Merge branch 'master' into RGBLED

This commit is contained in:
Ben Meadors
2024-04-21 14:46:18 -05:00
committed by GitHub
12 changed files with 369 additions and 57 deletions

View File

@@ -303,7 +303,8 @@ void ExternalNotificationModule::stopNow()
{
rtttl::stop();
#ifdef HAS_I2S
audioThread->stop();
if (audioThread->isPlaying())
audioThread->stop();
#endif
nagCycleCutoff = 1; // small value
isNagging = false;