diff options
| author | Selene ToyKeeper | 2023-10-25 06:44:53 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-10-25 06:44:53 -0600 |
| commit | ec547ce3180679ed4847a7c3368e3ac7f4d56755 (patch) | |
| tree | a6041b5800f09b38298ebc85ed7c735d55b2217e /spaghetti-monster | |
| parent | fixed bug: smooth ramp from turbo down to ceiling caused flickering (diff) | |
| download | anduril-ec547ce3180679ed4847a7c3368e3ac7f4d56755.tar.gz anduril-ec547ce3180679ed4847a7c3368e3ac7f4d56755.tar.bz2 anduril-ec547ce3180679ed4847a7c3368e3ac7f4d56755.zip | |
fixed emisar-d1 + emisar-d1s
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-emisar-d1.h | 2 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-emisar-d1s.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/spaghetti-monster/anduril/cfg-emisar-d1.h b/spaghetti-monster/anduril/cfg-emisar-d1.h index 3bcf6a5..c81171c 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d1.h +++ b/spaghetti-monster/anduril/cfg-emisar-d1.h @@ -3,8 +3,8 @@ // SPDX-License-Identifier: GPL-3.0-or-later #pragma once -#include "hwdef-Emisar_D1.h" // same as Emisar D4, mostly +#include "hwdef-emisar-d4.h" #include "cfg-emisar-d4.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0121" diff --git a/spaghetti-monster/anduril/cfg-emisar-d1s.h b/spaghetti-monster/anduril/cfg-emisar-d1s.h index 43d8160..8b70a5d 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d1s.h +++ b/spaghetti-monster/anduril/cfg-emisar-d1s.h @@ -3,8 +3,8 @@ // SPDX-License-Identifier: GPL-3.0-or-later #pragma once -#include "hwdef-Emisar_D1S.h" // same as Emisar D4, mostly +#include "hwdef-emisar-d4.h" #include "cfg-emisar-d4.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0122" @@ -20,4 +20,4 @@ #define THERM_FASTER_LEVEL 144 // throttle back faster when high // too big, turn off extra features -#undef USE_TACTICAL_MODE +//#undef USE_TACTICAL_MODE |
