archive tidyups
This commit is contained in:
@@ -95,7 +95,7 @@ substitutions:
|
||||
mode_reset_window_ms: "3000" # treat OFF>=this ms as a reset-to-1 when turning back ON
|
||||
mode_prime_on: "800ms" # if relay is OFF when a color is selected, turn ON for this long before pulsing
|
||||
# Ignored modes bitmask: bit (mode_index-1). For 4 and 5 ignored -> (1<<3)|(1<<4) = 24.
|
||||
ignored_modes_mask: "0"
|
||||
ignored_modes_mask: "8288" # Ignore 6(32), 7(64), 14(8192) :: 32 + 64 + 8192 = 8288
|
||||
|
||||
##########################################################################################
|
||||
# PACKAGES: Included Common Packages
|
||||
@@ -735,15 +735,15 @@ select:
|
||||
- "3= Green"
|
||||
- "4= Purple"
|
||||
- "5= Aqua"
|
||||
- "6= Lime"
|
||||
- "7= Cool White"
|
||||
#- "6= Lime"
|
||||
#- "7= Cool White"
|
||||
- "8= Speed Up"
|
||||
- "9= Transformer"
|
||||
- "10= Blurple"
|
||||
- "11= Redlime"
|
||||
- "12= Greenqua"
|
||||
- "13= Bluequa"
|
||||
- "14= Grelime"
|
||||
#- "14= Grelime"
|
||||
- "15= Redurple"
|
||||
- "16= RGB Mad"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user