diff options
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/tactical-mode.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/tactical-mode.h b/spaghetti-monster/anduril/tactical-mode.h index 4e14658..528a796 100644 --- a/spaghetti-monster/anduril/tactical-mode.h +++ b/spaghetti-monster/anduril/tactical-mode.h @@ -6,9 +6,12 @@ #ifndef TACTICAL_LEVELS // high, low, tactical strobe - #ifdef USE_POLICE_COLOR_STROBE_MODE + // only do color strobe here if it's main LEDs, not aux LEDs + #if defined(USE_POLICE_COLOR_STROBE_MODE) && !defined(POLICE_STROBE_USES_AUX) + // 2-color police style strobe #define TACTICAL_LEVELS 120,30,(RAMP_SIZE+3) #else + // regular tactical strobe (1 color) #define TACTICAL_LEVELS 120,30,(RAMP_SIZE+2) #endif #endif |
