; 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:esp32dev] ;platform=espressif32 ;platform = platformio/espressif32@^6.8.1 platform = espressif32@^6.0.1 framework=arduino platform_packages = platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.5 platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1 board=esp32s3-1_16_8 ;"mcu": "esp32s3", "variant": "esp32s3-1_r2-eesd" board_build.filesystem = spiffs board_build.variants_dir=variants monitor_speed= 115200 lib_deps= adafruit/Adafruit GFX Library@^1.11.10 adafruit/Adafruit SSD1306@^2.5.11 FastLED pkerspe/ESP-FlexyStepper @ ^1.5.0 lib_extra_dirs = lib ;build_flags = -DCORE_DEBUG_LEVEL=4