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