STM32 doesn't play

This commit is contained in:
Ben Meadors 2025-07-20 20:02:32 -05:00
parent 36b94cf823
commit 8345c21eff

View File

@ -687,7 +687,9 @@ void Power::shutdown()
screen->showSimpleBanner("Shutting Down...", 0); // stays on screen
}
#endif
#ifndef ARCH_STM32
playShutdownMelody();
#endif
nodeDB->saveToDisk();
#if defined(ARCH_NRF52) || defined(ARCH_ESP32) || defined(ARCH_RP2040)