diff options
| author | Selene ToyKeeper | 2023-08-03 20:18:27 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-08-03 20:18:27 -0600 |
| commit | 6eda96f689da1c11e442a4b941bbe75850f00733 (patch) | |
| tree | 7ca01c4c73424c19ca15bfbb70617ff8fb17ee5c | |
| parent | converted all K9.3 builds and D4Sv2-tintramp-fet (now emisar-2ch-fet) (diff) | |
| download | anduril-6eda96f689da1c11e442a4b941bbe75850f00733.tar.gz anduril-6eda96f689da1c11e442a4b941bbe75850f00733.tar.bz2 anduril-6eda96f689da1c11e442a4b941bbe75850f00733.zip | |
fixed accidental reversal of two deprecated k9.3-tintramp model numbers
| -rw-r--r-- | hwdef-emisar-2ch-fet.h | 4 | ||||
| -rw-r--r-- | hwdef-emisar-2ch.h | 4 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/MODELS | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/hwdef-emisar-2ch-fet.h b/hwdef-emisar-2ch-fet.h index 451cdfc..d756a0d 100644 --- a/hwdef-emisar-2ch-fet.h +++ b/hwdef-emisar-2ch-fet.h @@ -43,8 +43,8 @@ // channel modes: // * 0. channel 1 only (linear + DD FET) // * 1. channel 2 only (linear) -// * 2. both channels, tied together (linear tied + DD FET at top of ramp) -// * 3. both channels, manual blend, max 200% power + DD FET at top of ramp +// * 2. both channels, tied together, max "200%" power + DD FET at top of ramp +// * 3. both channels, manual blend, max "100%" power + "200%" and DD FET at top of ramp // * 4. both channels, auto blend, reversible (linear only) #define NUM_CHANNEL_MODES (5 + NUM_RGB_AUX_CHANNEL_MODES) enum channel_modes_e { diff --git a/hwdef-emisar-2ch.h b/hwdef-emisar-2ch.h index 6d43a24..99e4945 100644 --- a/hwdef-emisar-2ch.h +++ b/hwdef-emisar-2ch.h @@ -42,8 +42,8 @@ // channel modes: // * 0. channel 1 only // * 1. channel 2 only -// * 2. both channels, tied together -// * 3. both channels, manual blend, max 200% power? +// * 2. both channels, tied together, max "200%" power +// * 3. both channels, manual blend, max "100%" power // * 4. both channels, auto blend, reversible #define NUM_CHANNEL_MODES (5 + NUM_RGB_AUX_CHANNEL_MODES) enum channel_modes_e { diff --git a/spaghetti-monster/anduril/MODELS b/spaghetti-monster/anduril/MODELS index 687e1d1..f46d2a3 100644 --- a/spaghetti-monster/anduril/MODELS +++ b/spaghetti-monster/anduril/MODELS @@ -34,8 +34,8 @@ Model Name MCU 0261 noctigon-k9.3 attiny1634 0262 noctigon-k9.3-nofet attiny1634 0263 noctigon-k9.3-219 attiny1634 -0265 noctigon-k9.3-tintramp-nofet attiny1634 (old, use 0261) -0266 noctigon-k9.3-tintramp-fet attiny1634 (old, use 0262) +0265 noctigon-k9.3-tintramp-nofet attiny1634 (old, use 0262) +0266 noctigon-k9.3-tintramp-fet attiny1634 (old, use 0261) 0267 noctigon-k9.3-tintramp-219 attiny1634 (old, use 0263) 0271 noctigon-dm11 attiny1634 0272 noctigon-dm11-nofet attiny1634 |
