Update file selfdrived.py

This commit is contained in:
2025-06-14 17:30:35 +08:00
parent 6622f62b15
commit 824776c230
+1 -1
View File
@@ -187,7 +187,7 @@ class SelfdriveD:
if self.sm['deviceState'].thermalStatus >= ThermalStatus.red:
self.events.add(EventName.overheat)
if self.sm['deviceState'].freeSpacePercent < 7 and not SIMULATION:
self.events.add(EventName.outOfSpace)
pass#self.events.add(EventName.outOfSpace)
if self.sm['deviceState'].memoryUsagePercent > 90 and not SIMULATION:
self.events.add(EventName.lowMemory)