; PlatformIO Project Configuration File ; ; Build options: build flags, source filter, extra scripting ; Upload options: custom port, speed and extra flags ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples ; http://docs.platformio.org/en/stable/projectconf.html [platformio] default_envs = pro8MHzatmega328 [env:miniatmega328] platform=atmelavr board=miniatmega328 framework=arduino [env:pro8MHzatmega328] platform=atmelavr board=pro8MHzatmega328 framework=arduino ; minicore/optirun uses 38400 for 8MHz upload_speed=38400 [platformio] lib_dir=/home/manuel/coding/Arduino/libraries