From e944d2647109e2af1360274f3dba4e53cb9a2fc9 Mon Sep 17 00:00:00 2001 From: sh123 Date: Mon, 19 Dec 2022 12:01:32 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee9487f..b953e0f 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Modules, which are used by users and known to work - TTGO T-Beam (SX1276) # Building -- Update `include/config.h` -- Build for client/tracker mode `pio run -e esp32dev` -- Build for iGate `pio run -e esp32dev_igate` +- Update `include/config.h` with your parameters +- To build for client/tracker mode use `pio run -e esp32dev` +- To build for iGate mode use `pio run -e esp32dev_igate` # Development board Development board schematics, case and antenna models are available under `extras/cad` and `extras/schematics`.