mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 02:45:41 +00:00
Beep then save
This commit is contained in:
parent
7713a72ba2
commit
158617c3f7
@ -687,8 +687,8 @@ void Power::shutdown()
|
|||||||
screen->showSimpleBanner("Shutting Down...", 0); // stays on screen
|
screen->showSimpleBanner("Shutting Down...", 0); // stays on screen
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
nodeDB->saveToDisk();
|
|
||||||
playShutdownMelody();
|
playShutdownMelody();
|
||||||
|
nodeDB->saveToDisk();
|
||||||
|
|
||||||
#if defined(ARCH_NRF52) || defined(ARCH_ESP32) || defined(ARCH_RP2040)
|
#if defined(ARCH_NRF52) || defined(ARCH_ESP32) || defined(ARCH_RP2040)
|
||||||
#ifdef PIN_LED1
|
#ifdef PIN_LED1
|
||||||
|
Loading…
Reference in New Issue
Block a user