Correction for better readability

This commit is contained in:
Ivan Basamakov 2021-08-11 23:22:28 +03:00 committed by Tocho Tochev
parent 196388e463
commit 627550b708
1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
"function","band","bank/freq","receiver","audio mixer in" "function","band","bank/freq","receiver","audio mixer in"
"headset 1",500,1,"incase",1 "headset 1",500,1/1,"incase",1
"headset 2",700,1,"incase",2 "headset 2",700,1/1,"incase",2
"stick herald",700,2,"incase",3 "stick herald",800,1/1,"incase",4
"stick audience",800,1,"incase",4 "stick audience",700,1/2,"incase",3
"stick backup",500,2,"portable","12?" "stick backup",500,1/2,"portable","12?"
"fosdem box",700,3,"portable","9?" "fosdem box",700,1/3,"portable","9?"

1 function band bank/freq receiver audio mixer in
2 headset 1 500 1 1/1 incase 1
3 headset 2 700 1 1/1 incase 2
4 stick herald 700 800 2 1/1 incase 3 4
5 stick audience 800 700 1 1/2 incase 4 3
6 stick backup 500 2 1/2 portable 12?
7 fosdem box 700 3 1/3 portable 9?