From 849d5f34905c1f6da98a2bde76cb35c1c2897114 Mon Sep 17 00:00:00 2001 From: eleccoder <9162301+eleccoder@users.noreply.github.com> Date: Wed, 28 Dec 2022 19:57:20 +0100 Subject: [PATCH] Mainly typo fixed --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1da44c4..ea9e309 100644 --- a/README.md +++ b/README.md @@ -108,13 +108,13 @@ You can replay and decode this file by: cat aprs_pico_beacon_demo.wav | direwolf - ``` -## Going on the air: RF-transmission with a *Baofeng UV-5* HT +## Going on the air: RF-transmission with the *Baofeng UV-5* HT -If you actually want to RF-transmit the APRS signal, you can simply do it by one of the many cheap HTs, like the *Baofeng UV-5*. The complete schedule including PTT control looks like this: +If you actually want to RF-transmit the APRS signal, you can simply do it by one of the many cheap HTs, like the *Baofeng UV-5*. The complete schematic including PTT control looks like this: ![APRS-Pico with Baofeng_UV-5](https://github.com/eleccoder/raspi-pico-aprs-tnc/blob/main/doc/img/APRS_Pico_with_Baofeng_UV-5R.png) -Don't forget to set the appropriate `#define` parameters in `src/aprs_pico_beacon_demo.c` to enable PTT control. +Don't forget to set the appropriate `#define` parameters in `src/aprs_pico_beacon_demo.c` to configure PTT control. ## TODO (Dec. 2022)