Rename esp_gcs_config.h to my_esp_gcs_config.h and update values
Before building, make sure to fetch all git submodules:
git submodule update --init --recursiveIf you don't have PlatformIO installed, install it using pip:
pip install platformioTo build the project, run:
platformio runTo upload the firmware to your device:
platformio run --target uploadMake sure your board is connected and the correct environment is set in platformio.ini.