Skip to content

devbender/ESP-GCS

Repository files navigation

ESP-GCS

Building the Project

0. Config

Rename esp_gcs_config.h to my_esp_gcs_config.h and update values

1. Fetch Git Submodules

Before building, make sure to fetch all git submodules:

git submodule update --init --recursive

2. Install PlatformIO

If you don't have PlatformIO installed, install it using pip:

pip install platformio

3. Build the Project

To build the project, run:

platformio run

4. Upload to Device (Optional)

To upload the firmware to your device:

platformio run --target upload

Make sure your board is connected and the correct environment is set in platformio.ini.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published