; 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:esp32] ;platform = espressif32 platform = espressif32@5.4.0 board = esp32dev framework = arduino monitor_speed = 115200 monitor_filters = direct, log2file lib_deps = fastled/FastLED@^3.10.3 ; This version of FastLED works, but is earlier than the version above. ; Use this if the version above does not work. ;lib_deps = ; fastled/FastLED @ ^3.6.0 upload_protocol = espota upload_port =192.168.1.85 ; Critical for FastLED on ESP32: ;build_flags = ; -DFASTLED_ESP32_I2S=1 ; -DFASTLED_RMT_BUILTIN_DRIVER=0 ; -DFASTLED_RMT_MAX_CHANNELS=8