mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 02:45:41 +00:00
ARCH_STM32*WL* is the Macro
This commit is contained in:
parent
8aef3c44f4
commit
8c30e77d08
@ -687,7 +687,7 @@ void Power::shutdown()
|
|||||||
screen->showSimpleBanner("Shutting Down...", 0); // stays on screen
|
screen->showSimpleBanner("Shutting Down...", 0); // stays on screen
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifndef ARCH_STM32
|
#if !defined(ARCH_STM32WL)
|
||||||
playShutdownMelody();
|
playShutdownMelody();
|
||||||
#endif
|
#endif
|
||||||
nodeDB->saveToDisk();
|
nodeDB->saveToDisk();
|
||||||
|
Loading…
Reference in New Issue
Block a user