diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/temp_metrics.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/util/temp_metrics.conf b/util/temp_metrics.conf index 8c39b71d8a..56b64b2e08 100644 --- a/util/temp_metrics.conf +++ b/util/temp_metrics.conf @@ -85,9 +85,8 @@ script else usb_c_object=13 fi - pch_d_object=3 charger_d_object=7 - echo $usb_c_object $pch_d_object $charger_d_object + echo $usb_c_object $charger_d_object } set_calibration_data() { @@ -95,10 +94,10 @@ script B1='-5.7e-7' B2='4.63e-9' - USB_C_S0='3.648e-14' + USB_C_S0='2.712e-14' PCH_D_S0='9.301e-14' HINGE_C_S0='-11.000e-14' - CHARGER_D_S0='10.426e-14' + CHARGER_D_S0='5.141e-14' # Note that the sensor numbering is different between the ectool tmp006 # and temps/tempsinfo commands. |