aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 1 insertions, 19 deletions
diff --git a/README.md b/README.md
index 0120cdd..9c9ea1d 100644
--- a/README.md
+++ b/README.md
@@ -81,27 +81,9 @@ git clone https://github.com/krolyxon/orion-rf.git
cd orion-rf
```
-#### Build Firmware
-
-```bash
-pio run
-```
-
-Compiled binaries will be available in:
-
-```text
-.pio/build/<environment>/
-```
-
-#### Upload to Device
+#### Build & Upload Firmware
```bash
pio run -t upload
```
-#### Monitor Serial Output
-
-```bash
-pio device monitor
-```
-