Update README.md

This commit is contained in:
DJ2LS 2020-12-26 10:50:37 +01:00 committed by GitHub
parent 4e77be7149
commit e709e15a13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,15 +49,15 @@ ACK:<DATA>
## Other stuff ## Other stuff
Create audio sinkhole ### Create audio sinkhole
``` ```
sudo modprobe snd-aloop index=1,2 enable=1,1 pcm_substreams=1,1 id=CHAT1,CHAT2 sudo modprobe snd-aloop index=1,2 enable=1,1 pcm_substreams=1,1 id=CHAT1,CHAT2
``` ```
## TNC 1 ### TNC 1
``` ```
./main.py --port 3000 --tx 1 --rx 1 ./main.py --port 3000 --tx 1 --rx 1
``` ```
## TNC 2 ### TNC 2
``` ```
./main.py --port 3001 --tx 2 --rx 2 ./main.py --port 3001 --tx 2 --rx 2
``` ```