From d9a459b12baf46572e6c80d5488121b346929f4e Mon Sep 17 00:00:00 2001 From: erpalma Date: Mon, 2 Apr 2018 20:46:57 +0200 Subject: [PATCH] typo --- lenovo_fix.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lenovo_fix.py b/lenovo_fix.py index 7ab9bbe..27ea687 100755 --- a/lenovo_fix.py +++ b/lenovo_fix.py @@ -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 }, }