Update board.cpp

This commit is contained in:
souldbminersmwc
2026-03-31 19:35:37 -04:00
parent 4358df0308
commit 46d7b4e5fe

View File

@@ -74,15 +74,12 @@ namespace board {
switch (eventState) {
case PscPmState_ReadySleep:
fileUtils::LogLine("Sleep");
soctherm::StopSensors();
break;
case PscPmState_ReadyAwaken:
fileUtils::LogLine("Wake");
soctherm::StartSensors();
break;
case PscPmState_ReadyShutdown:
fileUtils::LogLine("Shutdown");
soctherm::StopSensors();
break;
default: