mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 02:45: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
|
screen->showSimpleBanner("Shutting Down...", 0); // stays on screen
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef ARCH_STM32
|
||||||
playShutdownMelody();
|
playShutdownMelody();
|
||||||
|
#endif
|
||||||
nodeDB->saveToDisk();
|
nodeDB->saveToDisk();
|
||||||
|
|
||||||
#if defined(ARCH_NRF52) || defined(ARCH_ESP32) || defined(ARCH_RP2040)
|
#if defined(ARCH_NRF52) || defined(ARCH_ESP32) || defined(ARCH_RP2040)
|
||||||
|
Loading…
Reference in New Issue
Block a user