diff options
| author | Gabriel Hart | 2020-12-20 12:27:05 -0600 |
|---|---|---|
| committer | Gabriel Hart | 2020-12-20 12:27:05 -0600 |
| commit | 8b67b3a6e21342aefb1fffef72469588ecab2614 (patch) | |
| tree | e4b213ce4adbf5401a18e36a808911c286ec1969 /spaghetti-monster/anduril/cfg-gchart-fet1-t16.h | |
| parent | Add AVR 1-Series and t1616 board and scripts (diff) | |
| download | anduril-8b67b3a6e21342aefb1fffef72469588ecab2614.tar.gz anduril-8b67b3a6e21342aefb1fffef72469588ecab2614.tar.bz2 anduril-8b67b3a6e21342aefb1fffef72469588ecab2614.zip | |
Fix 1-Series standby tick speed, use 2C Turbo
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-gchart-fet1-t16.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/cfg-gchart-fet1-t16.h b/spaghetti-monster/anduril/cfg-gchart-fet1-t16.h index 42333a4..c8727ae 100644 --- a/spaghetti-monster/anduril/cfg-gchart-fet1-t16.h +++ b/spaghetti-monster/anduril/cfg-gchart-fet1-t16.h @@ -36,4 +36,7 @@ #define RAMP_DISCRETE_STEPS 7 // stop panicking at ~30% power -#define THERM_FASTER_LEVEL 105
\ No newline at end of file +#define THERM_FASTER_LEVEL 105 + +// enable 2 click turbo +#define USE_2C_MAX_TURBO |
