From bc1b69a95dcb8b0f1e8d08056a58e77ab1fe3ef4 Mon Sep 17 00:00:00 2001 From: Wojciech Kaczmarski <44336093+sp5wwp@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:09:51 +0200 Subject: [PATCH] typo fix thanks Steve --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17c14bc..e1ec1e5 100644 --- a/README.md +++ b/README.md @@ -66,12 +66,12 @@ Terminal 2 should show similar results, with the Frame Number advancing each fra Packet encoding is available with `m17-packet-encoder`. Its input parameters are shown below. ``` -S - source callsign (uppercase alphanumeric string) max. 9 characters --D - destination callsign (uppercase alphanumeric string) or ALL for boradcast +-D - destination callsign (uppercase alphanumeric string) or ALL for broadcast -C - Channel Access Number (0..15, default - 0) -n - number of bytes (1 to 800) -o - output file path/name -x - binary output (M17 baseband as a packed bitstream) --r - raw audio output (single channel, signed 16-bit LE, +7168 for the +1.0 symbol, 10 samples per symbol) +-r - raw audio output - default (single channel, signed 16-bit LE, +7168 for the +1.0 symbol, 10 samples per symbol) -s - signed 16-bit LE symbols output ```