diff options
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/anduril.c | 8 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-k1.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c index 580609b..c3a1d8a 100644 --- a/spaghetti-monster/anduril/anduril.c +++ b/spaghetti-monster/anduril/anduril.c @@ -2341,10 +2341,10 @@ uint8_t voltage_to_rgb() { 0, 0, // 0, R 33, 1, // 1, R+G 35, 2, // 2, G - // 0, 3, // 3, G+B // skip; looks too similar to R+G+B - 38, 4, // 4, B - 40, 5, // 5, R + B - 42, 6, // 6, R+G+B + 37, 3, // 3, G+B + 39, 4, // 4, B + 41, 5, // 5, R + B + 44, 6, // 6, R+G+B // skip; looks too similar to G+B 255, 6, // 7, R+G+B }; uint8_t volts = voltage; diff --git a/spaghetti-monster/anduril/cfg-noctigon-k1.h b/spaghetti-monster/anduril/cfg-noctigon-k1.h index bf418c7..6a8e8ee 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-k1.h +++ b/spaghetti-monster/anduril/cfg-noctigon-k1.h @@ -50,7 +50,7 @@ // the D4 runs very very hot, so be extra careful //#define THERM_HARD_TURBO_DROP -// stop panicking at ~70% power or ~900 lm +// stop panicking at ~70% power or ~600 lm #define THERM_FASTER_LEVEL 130 // respond to thermal changes faster #define THERMAL_WARNING_SECONDS 3 |
