From e709e15a13366eda6918038908bf689c1189ca30 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sat, 26 Dec 2020 10:50:37 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8730a8f..501547db 100644 --- a/README.md +++ b/README.md @@ -49,15 +49,15 @@ ACK: ## 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 ``` -## TNC 1 +### TNC 1 ``` ./main.py --port 3000 --tx 1 --rx 1 ``` -## TNC 2 +### TNC 2 ``` ./main.py --port 3001 --tx 2 --rx 2 ```