; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html [env:esp32wroom] platform = espressif32 framework = arduino ;board = upesy_wroom ;board = esp32doit-devkit-v1 board = esp32dev monitor_speed = 115200 monitor_filters = esp32_exception_decoder ;upload_speed = 115200 ;upload_flags = --no-stub lib_deps = waspinator/AccelStepper @ ^1.64.0 madhephaestus/ESP32Servo @ ^3.0.5 olikraus/U8g2 @ ^2.35.17