Flash Using the Quick Flash Script
1
Clone the repository to your local machine
2
Navigate into the project
3
Run the flash script
Flash Using IDE and PlatformIO
1
Install your preferred IDE (such as VSCode) and the PlatformIO extension
2
Clone the repository to your local machine
3
Open the project folder in your IDE
The PlatformIO extension should automatically detect the project and install any required dependencies.Expand the PlatformIO sidebar to access the development tools.
4
Build Filesystem Image
Under Esp32dev > Platform, click Build Filesystem Image to build the filesystem.
5
Upload Filesystem Image
Under Esp32dev > Platform, click Upload Filesystem Image to upload the filesystem to the ESP32’s LittleFS partition.
6
Build Firmware Image
Under Esp32dev > General, click Build to build the firmware image.
7
Upload Firmware Image
Under Esp32dev > General, click Upload to upload the firmware image.

