; 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:default] platform = espressif32 board = esp32cam framework = arduino monitor_speed = 115200 upload_speed = 230400 upload_port = /dev/ttyUSB0 board_build.flash_mode = qio build_flags = -DCORE_DEBUG_LEVEL=0 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue lib_deps = https://github.com/geeksville/Micro-RTSP.git FastLED