Reduce noise

This commit is contained in:
Ben Meadors
2025-11-25 05:38:00 -06:00
parent 81439f16d0
commit bacff5c1f0

View File

@@ -314,11 +314,10 @@ void ExternalNotificationModule::stopNow()
audioThread->stop(); audioThread->stop();
#endif #endif
// Turn off all outputs // Turn off all outputs
LOG_INFO("Turning off setExternalStates: "); LOG_INFO("Turning off setExternalStates");
for (int i = 0; i < 3; i++) { for (int i = 0; i < 3; i++) {
setExternalState(i, false); setExternalState(i, false);
externalTurnedOn[i] = 0; externalTurnedOn[i] = 0;
LOG_INFO("%d ", i);
} }
setIntervalFromNow(0); setIntervalFromNow(0);
#ifdef T_WATCH_S3 #ifdef T_WATCH_S3