Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.04 KB

BUILDING.md

File metadata and controls

16 lines (10 loc) · 1.04 KB

Building

This project uses PlatformIO to simplify development. The easiest way to get started is to install VSCode and the PlatformIO VSCode plugin (simple instructions here).

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.

PlatformIO Build/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

PlatformIO Env