Documentation

Disable CPU throttling - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: System Log Options :: Disable CPU throttling

Root.SystemLogOptions.DisableSleep
disables CPU intermittent sleeping which prevents over-processing

Type

Boolean

Lua Usage

-- Get
local boolean = systemLogOptions.DisableSleep

-- Set
systemLogOptions.DisableSleep = boolean

If you think anything is missing, please feel free to: submit documentation feedback on this page