16 lines
1.0 KiB
Markdown
16 lines
1.0 KiB
Markdown
# Building
|
|
|
|
This project uses [PlatformIO](https://platformio.org/) to simplify development. The easiest way to get started is to install [VSCode](https://code.visualstudio.com/) and the [PlatformIO VSCode plugin](https://marketplace.visualstudio.com/items?itemName=platformio.platformio-ide) (simple instructions [here](https://platformio.org/install/ide?install=vscode)).
|
|
|
|
Once you have opened this project, building and uploading the project to your ESP32 board is as easy as clicking on the Build and Upload buttons.
|
|
|
|

|
|
|
|
## Changing PlatformIO project environment
|
|
Project environments are used for different board configurations and are stored in ```platformio.ini```
|
|
Platforms can be changed by:
|
|
|
|
- Selecting the PlatformIO icon from the left bar in VSCode
|
|
- Selecting the desired build target under project tasks
|
|
|
|
 |