aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-04-27 04:27:09 -0600
committerSelene ToyKeeper2023-04-27 04:27:09 -0600
commit723437e28500d728b0779a75e67eaaaa2740c6f6 (patch)
tree58e158f0e3e4a4013aa524ccf219ddf1eb66c18b
parentNoctigon KR4-tintramp updated to use new channel system (diff)
downloadanduril-723437e28500d728b0779a75e67eaaaa2740c6f6.tar.gz
anduril-723437e28500d728b0779a75e67eaaaa2740c6f6.tar.bz2
anduril-723437e28500d728b0779a75e67eaaaa2740c6f6.zip
tactical mode: use police strobe by default, if it exists
-rw-r--r--spaghetti-monster/anduril/tactical-mode.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/spaghetti-monster/anduril/tactical-mode.h b/spaghetti-monster/anduril/tactical-mode.h
index 8972202..4e14658 100644
--- a/spaghetti-monster/anduril/tactical-mode.h
+++ b/spaghetti-monster/anduril/tactical-mode.h
@@ -5,8 +5,12 @@
#pragma once
#ifndef TACTICAL_LEVELS
-// high, low, tactical strobe
-#define TACTICAL_LEVELS 120,30,(RAMP_SIZE+2)
+ // high, low, tactical strobe
+ #ifdef USE_POLICE_COLOR_STROBE_MODE
+ #define TACTICAL_LEVELS 120,30,(RAMP_SIZE+3)
+ #else
+ #define TACTICAL_LEVELS 120,30,(RAMP_SIZE+2)
+ #endif
#endif
// tactical(ish) mode
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.