diff options
| author | Selene ToyKeeper | 2023-10-26 11:42:07 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-10-26 11:42:07 -0600 |
| commit | 2ae15056b8ef9d1be92896fba37d24d4f37aeeaa (patch) | |
| tree | 3c0966c3e55914240f627a8e79f5d40fd156dc79 | |
| parent | minor comment cleanup (diff) | |
| download | anduril-2ae15056b8ef9d1be92896fba37d24d4f37aeeaa.tar.gz anduril-2ae15056b8ef9d1be92896fba37d24d4f37aeeaa.tar.bz2 anduril-2ae15056b8ef9d1be92896fba37d24d4f37aeeaa.zip | |
fixed emisar-d1v2 builds (only needed a simple one-liner)
| -rw-r--r-- | spaghetti-monster/anduril/cfg-emisar-d1v2-7135-fet.h | 2 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-emisar-d1v2-linear-fet.h | 2 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-emisar-d1v2-nofet.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/spaghetti-monster/anduril/cfg-emisar-d1v2-7135-fet.h b/spaghetti-monster/anduril/cfg-emisar-d1v2-7135-fet.h index 6df56cf..4022ba6 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d1v2-7135-fet.h +++ b/spaghetti-monster/anduril/cfg-emisar-d1v2-7135-fet.h @@ -17,7 +17,7 @@ // (early short run had no button LEDs at all, later run uses linear+FET instead, // so it's unlikely that anyone needs this, but it doesn't hurt anything) #define USE_AUX_RGB_LEDS -#define USE_AUX_RGB_LEDS_WHILE_ON +#define USE_AUX_RGB_LEDS_WHILE_ON 25 #define USE_INDICATOR_LED_WHILE_RAMPING // safe limit ~50% power diff --git a/spaghetti-monster/anduril/cfg-emisar-d1v2-linear-fet.h b/spaghetti-monster/anduril/cfg-emisar-d1v2-linear-fet.h index c1f7238..28c57f8 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d1v2-linear-fet.h +++ b/spaghetti-monster/anduril/cfg-emisar-d1v2-linear-fet.h @@ -15,7 +15,7 @@ #define USE_BUTTON_LED // the aux LEDs are in the button, so use them while main LEDs are on #define USE_AUX_RGB_LEDS -#define USE_AUX_RGB_LEDS_WHILE_ON +#define USE_AUX_RGB_LEDS_WHILE_ON 25 #define USE_INDICATOR_LED_WHILE_RAMPING // safe limit: max regulated power diff --git a/spaghetti-monster/anduril/cfg-emisar-d1v2-nofet.h b/spaghetti-monster/anduril/cfg-emisar-d1v2-nofet.h index a68a333..7f5bcc4 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d1v2-nofet.h +++ b/spaghetti-monster/anduril/cfg-emisar-d1v2-nofet.h @@ -15,7 +15,7 @@ #define USE_BUTTON_LED // the aux LEDs are in the button, so use them while main LEDs are on #define USE_AUX_RGB_LEDS -#define USE_AUX_RGB_LEDS_WHILE_ON +#define USE_AUX_RGB_LEDS_WHILE_ON 25 #define USE_INDICATOR_LED_WHILE_RAMPING // safe limit: same as regular ramp |
