Skip to content

Commit

Permalink
fix(readme):typo at section "Uploading The Code"
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahbagyapan committed Apr 19, 2024
1 parent 996657c commit aa23592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ Now that we compiled the code we can deploy to our microcontroller.
> **Note !:** To upload the compiled code, you need to start your Raspberry Pi Pico in **flash mode**. To start in flash mode you need to press **bootsel button** before plug in cable.
```console
cp build/main.ef2 <your-rasp-pi-pico-path>
cp build/main.uf2 <your-rasp-pi-pico-path>
```

0 comments on commit aa23592

Please sign in to comment.