diff options
| author | krolyxon <me@krolyxon.com> | 2026-06-08 22:45:42 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-06-08 22:45:42 +0530 |
| commit | d294386bbb0e6775e897dc4e15c6c0d5fe82e6d0 (patch) | |
| tree | 1c8bb18cbcd8f41b3af1f402425578ed1a000190 | |
| parent | 3cd93660a3eee2ca9a1afbbcc7c64c362bbda108 (diff) | |
trigger deploymentv0.1.0
| -rw-r--r-- | README.md | 20 |
1 files changed, 1 insertions, 19 deletions
@@ -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 -``` - |
