mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 14:41:13 +02:00
2020-01-04 Fred Gleason <fredg@paravelsystems.com>
* Added 'Repetitions=' and 'RepetitionDelay=' directive to the configuration of the 'pypad_xds.py' PyPAD script.
This commit is contained in:
@@ -30,6 +30,16 @@ UdpPort=1234
|
||||
;
|
||||
IsciPrefix=TEST_
|
||||
|
||||
; Repetitions
|
||||
;
|
||||
; Send each CIC update packet this many times.
|
||||
Repetitions=1
|
||||
|
||||
; Repetition Delay
|
||||
;
|
||||
; Delay this many milliseconds between each repetition.
|
||||
RepetitionDelay=100
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
@@ -67,6 +77,8 @@ VLog120=No
|
||||
;UdpPort=6789
|
||||
;TtyDevice=/dev/ttyS1
|
||||
;TtySpeed=19200
|
||||
;Repetitions=1
|
||||
;RepetitionDelay=100
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
|
Reference in New Issue
Block a user