From 67550c19456f4ad21185a9e23f5171622ac5b15e Mon Sep 17 00:00:00 2001 From: Zenith <157907903+RFnexus@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:33:56 -0500 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bcd786a..04aef24 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ By default, MODEM73 will listen on port 8001 All of the modes provided by the OFDM modem require a bandwidth of 2400 Hz and work over both FM and SSB. -There are currently four PTT options: +There are currently five PTT options: - NONE (speaker/mic over the air) - Rigctl - VOX @@ -110,7 +110,7 @@ while running `rigctld` ``` ``` -# CM108 USB audio interface PTT (GPIO3 is default) +# CM108 USB audio interface PTT (GPIO3 is the default) ./modem73 --ptt cm108 --cm108-gpio 3 ``` @@ -122,4 +122,4 @@ modem73 comes included with a update utility `update.sh` To update to the latest version: ``` ./update.sh -``` \ No newline at end of file +```