Skip to content

Commit cddb34a

Browse files
Merge pull request #109 from tony-josi-aws/update_getting_started_guide
Update GettingStartedGuide.md with a minor fix to the step that build and flash the demo project
2 parents f6bc438 + 35f289c commit cddb34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GettingStartedGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ The directly supported chips are the ones listed in
180180
when using an unsupported ESP chip.
181181

182182
```sh
183-
idf.py -p PORT flash monitor;
183+
idf.py -p PORT flash monitor
184184
```
185185

186186
Replace **PORT** with the serial port to which the ESP32-C3 is connected.

0 commit comments

Comments
 (0)