mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document that '.' stops repetition of 's..." sequences.
This is useful in order to get visual indication that something did not succeed: # Give it 5 seconds to run echo 'sjjjjjA.' > /dev/led/error random_program echo '0' > /dev/led/error If random_program takes more than 5 seconds or if it hangs, the LED will be turned on.
This commit is contained in:
parent
71f3747e71
commit
500ae5be17
1 changed files with 2 additions and 1 deletions
|
|
@ -111,7 +111,8 @@ This gives full control over the announciator.
|
|||
Letters 'A' ... 'J' turns the announciator on for from 1/10th to one full
|
||||
second.
|
||||
Letters 'a' ... 'j' turns the announciator off for 1/10th
|
||||
to one full second. The sequence is immediately repeated.
|
||||
to one full second.
|
||||
Unless terminated with a '.', the sequence is immediately repeated.
|
||||
.It Ic m%s
|
||||
morse.
|
||||
.Bl -tag -width Ds -offset indent -compact
|
||||
|
|
|
|||
Loading…
Reference in a new issue