Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 863 Bytes

BUILD.md

File metadata and controls

28 lines (15 loc) · 863 Bytes

How to set up environment and build binary

Prerequisites

Getting started

  • Checkout or download sources

  • Open project by selecting the project folder

    Start

    Open

    This may take a while, because PlatformIO downloads all the required boards and tools for development.

  • make your changes

  • you can now compile and/or upload your code

    Compile

  • The bin-files (bootloader.bin, firmware.bin, partitions.bin) will be in {project folder}/.pio/build/esp32dev