Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOricil committed Mar 9, 2024
1 parent 53e6bb9 commit 181df15
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@ https://github.com/AllanOricil/esp32-mfa-totp-generator/assets/55927613/6e240518
````
> **WARNING**: remember to use a network which has access to the internet, and is isolated from your main network.
## Project Setup
1. Install the PlatformIO IDE extension in VSCode
2. Copy `esp32-2432S028Rv3.json` from `./boards` to `~/.platformio/platforms/ststm32/boards/`
3. Open this project in a new vscode workspace and wait for Platform.IO to install everything
## Project Setup
1. Install PlatformIO IDE extension in VSCode.
2. Copy `esp32-2432S028Rv3.json` from `./boards` to `~/.platformio/platforms/ststm32/boards/`.
3. Open this project in a new vscode workspace and wait for Platform.IO to install everything.
4. Connect your board to your computer. If you installed the proper drivers, the next steps should work just fine.
5. Click on the Platform.IO button, in VSCode's sidebar
5. Click on the Platform.IO button, in VSCode's sidebar.
6. Then click on `esp32-2432S028Rv3 -> General -> Build` and wait until the build is done.
7. Finally click on `esp32-2432S028Rv3 -> General -> Upload ad Monitor` to flash the code into your board.
Expand Down

0 comments on commit 181df15

Please sign in to comment.