Merge "thermal: increase passivedelay to 600 seconds" into main

This commit is contained in:
Sam Ou 2023-10-24 07:35:32 +00:00 committed by Android (Google) Code Review
commit b27941c91e
2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@
"Coefficient":[-25000, 80], "Coefficient":[-25000, 80],
"HotThreshold":["NAN", "NAN", "NAN", "NAN", 2.0, "NAN", "NAN"], "HotThreshold":["NAN", "NAN", "NAN", "NAN", 2.0, "NAN", "NAN"],
"PollingDelay":0, "PollingDelay":0,
"PassiveDelay":1000, "PassiveDelay":600000,
"Multiplier":1, "Multiplier":1,
"SendCallback":true "SendCallback":true
}, },

View file

@ -144,7 +144,7 @@
"Coefficient":[-25000, 80], "Coefficient":[-25000, 80],
"HotThreshold":["NAN", "NAN", "NAN", "NAN", 2.0, "NAN", "NAN"], "HotThreshold":["NAN", "NAN", "NAN", "NAN", 2.0, "NAN", "NAN"],
"PollingDelay":0, "PollingDelay":0,
"PassiveDelay":1000, "PassiveDelay":600000,
"Multiplier":1, "Multiplier":1,
"SendCallback":true "SendCallback":true
}, },