Beep then save

This commit is contained in:
Jonathan Bennett 2025-07-20 15:35:41 -05:00
parent 7713a72ba2
commit 158617c3f7

View File

@ -687,8 +687,8 @@ void Power::shutdown()
screen->showSimpleBanner("Shutting Down...", 0); // stays on screen
}
#endif
nodeDB->saveToDisk();
playShutdownMelody();
nodeDB->saveToDisk();
#if defined(ARCH_NRF52) || defined(ARCH_ESP32) || defined(ARCH_RP2040)
#ifdef PIN_LED1