make barrir in/ out working
This commit is contained in:
@ -15,6 +15,10 @@ StartOfLine='StartOfLine.wav'
|
||||
EndOfLine='EndOfLine.wav'
|
||||
# barrier was detected
|
||||
BarrierFound='barrier.wav'
|
||||
# barrier mode starts
|
||||
BarrierStart='barrier_start.wav'
|
||||
# barrier mode ends
|
||||
BarrierEnd='barrier_end.wav'
|
||||
# the Line is empty
|
||||
EmptyLine='EmptyLine.wav'
|
||||
# Is the first line on the screen.
|
||||
|
@ -15,6 +15,10 @@ StartOfLine=''
|
||||
EndOfLine=''
|
||||
# barrier was detected
|
||||
BarrierFound=''
|
||||
# barrier mode starts
|
||||
BarrierStart=''
|
||||
# barrier mode ends
|
||||
BarrierEnd=''
|
||||
# the Line is empty
|
||||
EmptyLine=''
|
||||
# Is the first line on the screen.
|
||||
|
Reference in New Issue
Block a user