; 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 [platformio] default_envs = mega [env:uno] platform = atmelavr board = uno framework = arduino lib_deps = fastled/FastLED@3.10.1 pfeerick/elapsedMillis@^1.0.6 adafruit/Adafruit GFX Library@^1.11.9 arduino-libraries/SD@^1.3.0 apechinsky/MemoryFree@^0.3.0 ivanseidel/LinkedList@0.0.0-alpha+sha.dac3874d28 [env:mega] platform = atmelavr board = megaatmega2560 framework = arduino lib_deps = fastled/FastLED@3.10.1 pfeerick/elapsedMillis@^1.0.6 adafruit/Adafruit GFX Library@^1.11.9 arduino-libraries/SD@^1.3.0 apechinsky/MemoryFree@^0.3.0 ivanseidel/LinkedList@0.0.0-alpha+sha.dac3874d28 [common] [env:teensy36] platform = teensy framework = arduino board = teensy36 lib_deps = fastled/FastLED@^3.7.0 pixelmatix/SmartMatrix@^4.0.3 pfeerick/elapsedMillis@^1.0.6 adafruit/Adafruit GFX Library@^1.11.9 apechinsky/MemoryFree@^0.3.0 ivanseidel/LinkedList@0.0.0-alpha+sha.dac3874d28