Save on shutdown added to buttonthead

This commit is contained in:
HarukiToreda 2025-05-20 22:40:53 -04:00
parent 25b2a75dfe
commit f1d4e5fa48

View File

@ -310,6 +310,7 @@ int32_t ButtonThread::runOnce()
playShutdownMelody(); playShutdownMelody();
delay(3000); delay(3000);
power->shutdown(); power->shutdown();
nodeDB->saveToDisk();
break; break;
} }