fix up fan HITL test (#2317)

* fix up fan HITL test

* cleanup

* times two

* even simpler

* append

* one more...

* speed it up now

* oops
This commit is contained in:
Adeeb Shihadeh
2026-01-12 15:59:49 -08:00
committed by GitHub
parent e42367df97
commit ce1b6a67e4
2 changed files with 13 additions and 16 deletions

View File

@@ -128,11 +128,6 @@ class Panda:
INTERNAL_DEVICES = (HW_TYPE_TRES, HW_TYPE_CUATRO)
MAX_FAN_RPMs = {
HW_TYPE_TRES: 6600,
HW_TYPE_CUATRO: 5000,
}
HARNESS_STATUS_NC = 0
HARNESS_STATUS_NORMAL = 1
HARNESS_STATUS_FLIPPED = 2