; 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:uno] platform = platformio/espressif32 board = esp32dev framework = arduino monitor_speed = 9600 upload_speed = 576000 upload_port = /dev/ttyUSB* lib_deps = madhephaestus/ESP32Servo@^3.0.6 bblanchon/ArduinoJson@^6.21.5 gin66/FastAccelStepper@^0.33.13