SetOption63 fix

Michael Ingraham 2019-04-18 11:47:05 -04:00
parent 4a1b92a1f7
commit f702edfa63
1 changed files with 2 additions and 2 deletions

@ -53,7 +53,7 @@ Also, to avoid excessive flash writes caused by the addition of the virtual rela
The following Console statements define the necessary settings and rules for configuring the indicator behavior as described above. The following Console statements define the necessary settings and rules for configuring the indicator behavior as described above.
``` ```
Backlog SerialLog 0; SetOption0 0; PowerOnState 0; LEDState 1; LEDMask 0x0001 Backlog SerialLog 0; SetOption0 0; PowerOnState 0; SetOption63 1; LEDState 1; LEDMask 0x0001
Rule1 ON System#Boot DO Backlog Power3 On; Power4 Off ENDON ON Power2#State DO Power4 %value% ENDON Rule1 ON System#Boot DO Power3 On ENDON ON Power2#State DO Power4 %value% ENDON
Rule1 1 Rule1 1
``` ```