oryp6: decrease GPU fan heatup and increase cooldown

This commit is contained in:
Jeremy Soller 2020-06-24 10:45:19 -06:00
parent 1a8e1529cc
commit 185459b031
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -9,10 +9,10 @@
#include <ec/pwm.h>
// Fan speed is the lowest requested over HEATUP seconds
#define HEATUP 10
#define HEATUP 5
// Fan speed is the highest HEATUP speed over COOLDOWN seconds
#define COOLDOWN 10
#define COOLDOWN 20
// Interpolate duty cycle
#define INTERPOLATE 0