diff options
| author | Selene ToyKeeper | 2021-07-11 12:58:20 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-07-11 12:58:20 -0600 |
| commit | ab4705edd066c203ef6a709f066759f3695c89f9 (patch) | |
| tree | 72495455cb8fbeef82c98670fea749da0635ff7c /spaghetti-monster | |
| parent | set Emisar/Noctigon "219" builds to 65% FET power (diff) | |
| download | anduril-ab4705edd066c203ef6a709f066759f3695c89f9.tar.gz anduril-ab4705edd066c203ef6a709f066759f3695c89f9.tar.bz2 anduril-ab4705edd066c203ef6a709f066759f3695c89f9.zip | |
added Emisar D18 Nichia 219 build target (same as normal but reduced FET power)
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/MODELS | 1 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-emisar-d18-219.h | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/MODELS b/spaghetti-monster/anduril/MODELS index 13ce2e4..27241ef 100644 --- a/spaghetti-monster/anduril/MODELS +++ b/spaghetti-monster/anduril/MODELS @@ -12,6 +12,7 @@ Model numbers: 0133 emisar-d4sv2 0134 emisar-d4sv2-219 0141 emisar-d18 +0142 emisar-d18-219 0211 noctigon-kr4 0212 noctigon-kr4-nofet 0213 noctigon-kr4-219 diff --git a/spaghetti-monster/anduril/cfg-emisar-d18-219.h b/spaghetti-monster/anduril/cfg-emisar-d18-219.h new file mode 100644 index 0000000..23229f4 --- /dev/null +++ b/spaghetti-monster/anduril/cfg-emisar-d18-219.h @@ -0,0 +1,14 @@ +// Emisar D18 (FET+13+1) reduced-FET config options for Anduril +#include "cfg-emisar-d18.h" +#undef MODEL_NUMBER +#define MODEL_NUMBER "0142" + +// don't turn off first channels at turbo level +#undef PWM1_LEVELS +#undef PWM2_LEVELS +#define PWM1_LEVELS 1,1,2,2,3,4,4,5,6,7,8,9,10,11,15,16,18,20,22,24,26,28,30,33,36,39,43,47,51,56,61,66,72,78,85,92,99,107,116,125,135,145,156,168,180,194,208,222,238,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255 +#define PWM2_LEVELS 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,8,10,11,13,14,16,18,19,21,23,26,28,30,33,35,38,41,44,47,51,54,58,62,66,70,75,79,84,90,95,101,106,112,119,126,133,140,147,155,164,172,181,190,200,210,221,232,243,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255 +// 65% FET power +#undef PWM3_LEVELS +#define PWM3_LEVELS 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,6,8,9,10,12,13,15,17,19,21,23,25,26,29,31,34,36,38,41,43,46,49,52,55,58,62,65,68,72,75,79,83,88,91,96,101,105,110,115,119,125,130,136,142,147,153,160,166 + |
