ARCH_STM32*WL* macro fix (#7397)

This commit is contained in:
Austin
2025-07-20 23:30:52 -04:00
committed by GitHub
parent 8aef3c44f4
commit 25b8d9b0ca

View File

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