mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
Build fail fix
This commit is contained in:
@@ -758,9 +758,9 @@ void Power::shutdown()
|
||||
playShutdownMelody();
|
||||
#endif
|
||||
nodeDB->saveToDisk();
|
||||
// === Save live messages before powering off ===
|
||||
#if HAS_SCREEN
|
||||
messageStore.saveToFlash();
|
||||
|
||||
#endif
|
||||
#if defined(ARCH_NRF52) || defined(ARCH_ESP32) || defined(ARCH_RP2040)
|
||||
#ifdef PIN_LED1
|
||||
ledOff(PIN_LED1);
|
||||
|
||||
Reference in New Issue
Block a user