ProtonPack

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

platformio.ini (569B)


      1 ; PlatformIO Project Configuration File
      2 ;
      3 ;   Build options: build flags, source filter
      4 ;   Upload options: custom upload port, speed and extra flags
      5 ;   Library options: dependencies, extra library storages
      6 ;   Advanced options: extra scripting
      7 ;
      8 ; Please visit documentation for the other options and examples
      9 ; https://docs.platformio.org/page/projectconf.html
     10 
     11 [env:megaatmega2560]
     12 platform = atmelavr
     13 board = megaatmega2560
     14 framework = arduino
     15 lib_deps =
     16     FastLED
     17     DFPlayerMini_Fast
     18 platform_packages =
     19   ; use GCC AVR 7.3.0+
     20   toolchain-atmelavr@>=1.70300.0