diff options
| author | Selene ToyKeeper | 2017-08-27 21:45:20 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2017-08-27 21:45:20 -0600 |
| commit | 3eb0e1d020d689b7ae4b0d1c7777f9158e91a6ec (patch) | |
| tree | b4aa1e281e2e8ec0a22827f78e3963778b3adfad /spaghetti-monster/anduril.c | |
| parent | Added bike flasher. (diff) | |
| download | anduril-3eb0e1d020d689b7ae4b0d1c7777f9158e91a6ec.tar.gz anduril-3eb0e1d020d689b7ae4b0d1c7777f9158e91a6ec.tar.bz2 anduril-3eb0e1d020d689b7ae4b0d1c7777f9158e91a6ec.zip | |
Remembered to put the thermal ceiling back at a sane value.
UI idea updates.
Diffstat (limited to 'spaghetti-monster/anduril.c')
| -rw-r--r-- | spaghetti-monster/anduril.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril.c b/spaghetti-monster/anduril.c index daafa90..6d25afa 100644 --- a/spaghetti-monster/anduril.c +++ b/spaghetti-monster/anduril.c @@ -21,7 +21,7 @@ #define FSM_EMISAR_D4_LAYOUT #define USE_LVP #define USE_THERMAL_REGULATION -#define DEFAULT_THERM_CEIL 32 +#define DEFAULT_THERM_CEIL 45 #define USE_DELAY_MS #define USE_DELAY_4MS #define USE_DELAY_ZERO |
