ESP32 installation guide
This guide will show you how to program the ESP32 board in the Visual Studio Code IDE with PlatformIO.
Extension needed: - PlatformIO
Programming the ESP32:
1. Open the embedded folder in the Visual Studio Code IDE. (Don't open the Project folder)
2. Click on the PlatformIO icon on the left side of the screen.
3. Open the esp32dev folder.
4. In the Platform folder, click Upload Filesystem Image to upload the files in the data folder to the ESP32.
5. In the General folder, click Upload to upload the code to the ESP32.