Spacewar: Remove time limitation for HBM

- Thermal and Ambient Light limitation is good enough

Change-Id: I90377cb6b1d1b1df69538585e05f18b262ecd20f
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
Signed-off-by: xenxynon <flynryder427@gmail.com>
This commit is contained in:
Omkar Chandorkar
2024-07-07 11:02:36 +09:00
committed by adityayyy
parent 2ee09f8046
commit 0f3d614ed7

View File

@@ -49,10 +49,10 @@
<transitionPoint>0.858364</transitionPoint>
<minimumLux>6000.0</minimumLux>
<timing>
<!-- allow for 5 minutes out of every 30 minutes -->
<timeWindowSecs>1800</timeWindowSecs>
<timeMaxSecs>300</timeMaxSecs>
<timeMinSecs>60</timeMinSecs>
<!-- Time limitation for HBM-->
<timeWindowSecs>0</timeWindowSecs>
<timeMaxSecs>0</timeMaxSecs>
<timeMinSecs>0</timeMinSecs>
</timing>
<!-- Thermal limitation for HBM -->
<thermalStatusLimit>critical</thermalStatusLimit>