; 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] description = DMX Test src_dir = src default_envs = m5stick-c extra_configs = platformio_override.ini // empty at the moment [env:m5stick-c] platform = espressif32 board = m5stick-c framework = arduino monitor_speed = 115200 lib_deps = m5stack/M5Unified@^0.1.4 someweisguy/esp_dmx@^3.0.2-beta