mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-30 02:15:41 +00:00
STM32 doesn't play
This commit is contained in:
parent
36b94cf823
commit
8345c21eff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user