Merge branch 'develop' into multi-message-Storage

This commit is contained in:
Jason P
2025-12-07 17:42:13 -06:00
committed by GitHub
4 changed files with 9 additions and 11 deletions

View File

@@ -310,8 +310,7 @@ void ExternalNotificationModule::stopNow()
rtttl::stop();
#ifdef HAS_I2S
LOG_INFO("Stop audioThread playback");
if (audioThread->isPlaying())
audioThread->stop();
audioThread->stop();
#endif
// Turn off all outputs
LOG_INFO("Turning off setExternalStates");