Skip to content

PlatformIO

The first time you open the project, VSCode needs to download all necessary files, so be patient.

Open ESP3D in VSCode

See the Configuration page.

PlatformIO target selection
  • Use env:esp32dev for ESP32 boards
  • Use env:esp8266 for ESP8266 boards with 4MB flash
  • Use env:esp01s_160mhz-2.7.4 for ESP8266 boards with 1MB flash

Check the hardware section for more information.

Use Upload and Monitor from the target environment you selected to compile and flash your module.