diff options
Diffstat (limited to 'testnode/platformio.ini')
| -rw-r--r-- | testnode/platformio.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testnode/platformio.ini b/testnode/platformio.ini new file mode 100644 index 0000000..6e0f132 --- /dev/null +++ b/testnode/platformio.ini | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | ; PlatformIO Project Configuration File | ||
| 2 | ; | ||
| 3 | ; Build options: build flags, source filter, extra scripting | ||
| 4 | ; Upload options: custom port, speed and extra flags | ||
| 5 | ; Library options: dependencies, extra library storages | ||
| 6 | ; | ||
| 7 | ; Please visit documentation for the other options and examples | ||
| 8 | ; http://docs.platformio.org/en/stable/projectconf.html | ||
| 9 | |||
| 10 | [platformio] | ||
| 11 | env_default = pro8MHzatmega328 | ||
| 12 | |||
| 13 | [env:miniatmega328] | ||
| 14 | platform=atmelavr | ||
| 15 | board=miniatmega328 | ||
| 16 | framework=arduino | ||
| 17 | |||
| 18 | [env:pro8MHzatmega328] | ||
| 19 | platform=atmelavr | ||
| 20 | board=pro8MHzatmega328 | ||
| 21 | framework=arduino | ||
| 22 | ; minicore/optirun uses 38400 for 8MHz | ||
| 23 | upload_speed=38400 | ||
| 24 | |||
| 25 | [platformio] | ||
| 26 | lib_dir=/home/manuel/coding/Arduino/libraries | ||
