; 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:d1_mini] platform = espressif8266 board = d1_mini framework = arduino build_flags = -D PIN_DATA=D5 lib_deps = fastled/FastLED [env:teensy31] platform = teensy board = teensy31 framework = arduino monitor_speed = 256000 build_flags = -D USB_SERIAL_HID -D PIN_DATA=0 -D LED_OFFSET=134 lib_deps = fastled/FastLED