From bcecb5b9bed7642397a040c78cae39ef7f9a974a Mon Sep 17 00:00:00 2001 From: sh123 Date: Wed, 21 Dec 2022 12:10:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c286422..5c1056a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Modules, which are used by users and known to work # Building - Update `include/config.h` with your radio settings - - If you are using lora-aprs iGate (non ax.25) then set `CFG_TEXT_PACKETS` and `CFG_TEXT_PACKETS_3` config parameters to `true` and use APRSDroid TNC2 packet mode + - If you are using lora-aprs iGate (non AX.25) then set `CFG_TEXT_PACKETS` and `CFG_TEXT_PACKETS_3` config parameters to `true` and use APRSDroid TNC2 packet mode - To build for client/tracker mode use `pio run -e esp32dev` - To build for iGate mode use `pio run -e esp32dev_igate`