blob: d4ceb9ba3d91145d5efe325121b8e36e2d360a1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
; 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
|