Skip to content

Commit

Permalink
increase sleep timer on system resume from hibernation
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkirie committed Apr 16, 2023
1 parent fbc04cf commit 68efc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ControllerService/ControllerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ private async void OnSystemStatusChanged(SystemStatus status, SystemStatus prevS
break;
case SystemStatus.SystemPending:
// resume from sleep
Thread.Sleep(10000);
Thread.Sleep(16000);
IMU.Restart(true);
break;
}
Expand Down

0 comments on commit 68efc4e

Please sign in to comment.