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) { switch (eventState) {
case PscPmState_ReadySleep: case PscPmState_ReadySleep:
fileUtils::LogLine("Sleep");
soctherm::StopSensors(); soctherm::StopSensors();
break; break;
case PscPmState_ReadyAwaken: case PscPmState_ReadyAwaken:
fileUtils::LogLine("Wake");
soctherm::StartSensors(); soctherm::StartSensors();
break; break;
case PscPmState_ReadyShutdown: case PscPmState_ReadyShutdown:
fileUtils::LogLine("Shutdown");
soctherm::StopSensors(); soctherm::StopSensors();
break; break;
default: default: