; 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] framework = arduino platform = espressif32 monitor_speed = 115200 extra_scripts = scripts/download_fs.py monitor_filters = esp32_exception_decoder [env:featheresp32] board = featheresp32 build_flags = ; -DDISPLAY_NONE -DADAFRUIT_OLED lib_deps = adafruit/Adafruit GFX Library@^1.11.8 adafruit/Adafruit SSD1306@^2.5.7 [env:sparkfun_esp32micromod] board = sparkfun_esp32micromod build_flags = -DSPARKFUN_HYPERDISPLAY -DAPA102_ENABLED lib_deps = sparkfun/SparkFun HyperDisplay@^2.0.1 sparkfun/SparkFun HyperDisplay ILI9341@^1.0.0 sparkfun/SparkFun HyperDisplay 4DLCD-320240@^1.0.0 pololu/APA102@^3.0.0 [env:d1mini] board = wemos_d1_mini32 build_flags = -DDISPLAY_NONE [env:huzzah] platform = espressif8266 board = huzzah build_flags = -DDISPLAY_NONE