mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-13 22:32:27 +00:00
ARCH_STM32*WL* macro fix (#7397)
This commit is contained in:
@@ -687,7 +687,7 @@ void Power::shutdown()
|
||||
screen->showSimpleBanner("Shutting Down...", 0); // stays on screen
|
||||
}
|
||||
#endif
|
||||
#ifndef ARCH_STM32
|
||||
#if !defined(ARCH_STM32WL)
|
||||
playShutdownMelody();
|
||||
#endif
|
||||
nodeDB->saveToDisk();
|
||||
|
||||
Reference in New Issue
Block a user