ARCH_STM32*WL* is the Macro

This commit is contained in:
vidplace7 2025-07-20 23:22:47 -04:00
parent 8aef3c44f4
commit 8c30e77d08

View File

@ -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();