From c67ecf3b877eb629dc9148d047f2cd824efdd5a2 Mon Sep 17 00:00:00 2001 From: c0psrul3 Date: Mon, 16 Oct 2023 19:52:00 -0400 Subject: [PATCH] add example alternate board run command --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a8fb117..7fe4d16 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,10 @@ To build the firmware and upload it to you ESP32 MCU run ```shell platformio run --target upload ``` +OR, for custom targets +```shell +platformio run --environment --target upload +``` ## Donate