aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-04-28 02:52:42 -0600
committerSelene ToyKeeper2023-04-28 02:52:42 -0600
commit76bcb0bd6c75d729f0a0eb169399ffab93ea50d6 (patch)
tree8ec9ccc133c4357a31151536e387027c017feb3e
parentonly use 2-color strobe in tactical mode if it's on main LEDs, not aux (diff)
downloadanduril-76bcb0bd6c75d729f0a0eb169399ffab93ea50d6.tar.gz
anduril-76bcb0bd6c75d729f0a0eb169399ffab93ea50d6.tar.bz2
anduril-76bcb0bd6c75d729f0a0eb169399ffab93ea50d6.zip
changed lockout RGB aux default to blinking voltage, instead of blinking disco
-rw-r--r--spaghetti-monster/anduril/aux-leds.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/aux-leds.h b/spaghetti-monster/anduril/aux-leds.h
index 2e656dc..8a79cfb 100644
--- a/spaghetti-monster/anduril/aux-leds.h
+++ b/spaghetti-monster/anduril/aux-leds.h
@@ -39,7 +39,8 @@ const PROGMEM uint8_t rgb_led_colors[] = {
//#define RGB_LED_OFF_DEFAULT 0x18 // low, rainbow
#endif
#ifndef RGB_LED_LOCKOUT_DEFAULT
-#define RGB_LED_LOCKOUT_DEFAULT 0x37 // blinking, disco
+#define RGB_LED_LOCKOUT_DEFAULT 0x39 // blinking, voltage
+//#define RGB_LED_LOCKOUT_DEFAULT 0x37 // blinking, disco
#endif
#ifndef RGB_RAINBOW_SPEED
#define RGB_RAINBOW_SPEED 0x0f // change color every 16 frames
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.