mirror of
https://github.com/erpalma/throttled.git
synced 2026-03-01 10:44:44 +01:00
typo
This commit is contained in:
parent
6d72eb8d11
commit
d9a459b12b
|
|
@ -12,16 +12,16 @@ config = {
|
|||
'UPDATE_RATE_SEC': 5, # Update the registers every this many seconds
|
||||
'PL1_TDP_W': 44, # Max package power for time window #1
|
||||
'PL1_DURATION_S': 28, # Time window #1 duration
|
||||
'PL2_TDP_W': 44, # Max package power for time window #1
|
||||
'PL2_DURATION_S': 0.002, # Time window #1 duration
|
||||
'PL2_TDP_W': 44, # Max package power for time window #2
|
||||
'PL2_DURATION_S': 0.002, # Time window #2 duration
|
||||
'TRIP_TEMP_C': 97 # Max allowed temperature before throttling
|
||||
},
|
||||
'BATTERY': {
|
||||
'UPDATE_RATE_SEC': 30, # Update the registers every this many seconds
|
||||
'PL1_TDP_W': 29, # Max package power for time window #1
|
||||
'PL1_DURATION_S': 28, # Time window #1 duration
|
||||
'PL2_TDP_W': 44, # Max package power for time window #1
|
||||
'PL2_DURATION_S': 0.002, # Time window #1 duration
|
||||
'PL2_TDP_W': 44, # Max package power for time window #2
|
||||
'PL2_DURATION_S': 0.002, # Time window #2 duration
|
||||
'TRIP_TEMP_C': 85 # Max allowed temperature before throttling
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue