Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed order of checkout and submodule for ESP32 instructions
  • Loading branch information
PeterJBurke authored Mar 23, 2024
1 parent dcf4dd2 commit 96ef101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ UCI RID ESP32 receiver:

1. Open VS Code.
2. Clone repo (VS code) git clone [https://github.com/uci-overRID/RID](https://github.com/uci-overRID/RID)
3. git checkout v2.1 (in terminal in VS code)
3. git submodule update –init –recursive
4. git checkout v2.1 (in terminal in VS code)
Note if you want to use a specific branch, use instead the command git checkout my_branch
5. git submodule update –init –recursive
6. Click right arrow at bottom (build, upload) (Make sure plug into UART of ESP32 S3 Dev Board)
5. Click right arrow at bottom (build, upload) (Make sure plug into UART of ESP32 S3 Dev Board)

Note: I found_ _I could also flash it with the usb port.

Expand Down

0 comments on commit 96ef101

Please sign in to comment.