Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Feb 24, 2024
1 parent 32d2c76 commit 63a14dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Please look at the website and manual for more information about how to flash.
2. Build the file system and the firmware:

```bash
./build.sh
pio run -t build
```

## Flashing
Expand All @@ -57,5 +57,6 @@ esptool.py --port /dev/ttyUSB0 \
Next time, just upload the partition you modify

```bash
./upload.sh
pio run -t upload
pio run -t monitor
```

0 comments on commit 63a14dd

Please sign in to comment.