Skip to content

Commit db5a2e2

Browse files
authored
docs: PIO flashing commands
1 parent dd9d834 commit db5a2e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,16 @@ cd AntiHunter
350350
```
351351

352352
```bash
353+
# List connected devices
353354
pio device list
355+
356+
# Flash full firmware
354357
pio run -e AntiHunter-full -t upload
358+
359+
# Flash headless firmware
355360
pio run -e AntiHunter-headless -t upload
361+
362+
# Monitor serial output
356363
pio device monitor -e AntiHunter-full
357364

358365
# Clean deployment (erase + upload)

0 commit comments

Comments
 (0)