Skip to content

Commit

Permalink
Tune PowerOff led pattern priority
Browse files Browse the repository at this point in the history
The led testing patterns have priority of 9. Since the shutdown
indication should have the highest priority, adjust the PowerOff
led pattern to priority 8.
  • Loading branch information
spiiroin committed Apr 14, 2014
1 parent 8924f13 commit c90756b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inifiles/hybris-led.ini
Expand Up @@ -33,7 +33,7 @@ PatternDisplayDimmed=252;7;0;0;0;001f1f
PatternPowerOn=10;3;0;0;0;bfbfbf
#bfbfbf = grey75

PatternPowerOff=9;3;0;0;0;ff0000
PatternPowerOff=8;3;0;0;0;ff0000
# ff0000 = red

PatternCommunication=30;6;0;500;1500;ff00ff
Expand Down

0 comments on commit c90756b

Please sign in to comment.