mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
Change fan to use pure pwm (#2267)
* set cuatro fan settings * set cuatro to use pure pwm * use pwm on all boards * remove fan max rpm configs, use pure pwm * add comment about cooldown * change max rpm in python side * remove reference to max_fan_pwm in fan.h * fully refactor fan configs into "has_fan" * increase limits on fan test to 15% either way * only tres for now * doesn't matter * not relevant anymore --------- Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
@@ -131,7 +131,7 @@ class Panda:
|
||||
|
||||
MAX_FAN_RPMs = {
|
||||
HW_TYPE_TRES: 6600,
|
||||
HW_TYPE_CUATRO: 12500,
|
||||
HW_TYPE_CUATRO: 5000,
|
||||
}
|
||||
|
||||
HARNESS_STATUS_NC = 0
|
||||
|
||||
Reference in New Issue
Block a user