From 8c30e77d08a6691e8b35faa171eb4e2f67619859 Mon Sep 17 00:00:00 2001 From: vidplace7 Date: Sun, 20 Jul 2025 23:22:47 -0400 Subject: [PATCH] ARCH_STM32*WL* is the Macro --- src/Power.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Power.cpp b/src/Power.cpp index ee97eda6e..ed2d867d8 100644 --- a/src/Power.cpp +++ b/src/Power.cpp @@ -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();