-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathplatformio.ini
39 lines (34 loc) · 935 Bytes
/
platformio.ini
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
27
28
29
30
31
32
33
34
35
36
37
38
#
# MIDIsync Configuration File
#
# http://docs.platformio.org/en/latest/projectconf.html
#
# http://docs.platformio.org/en/latest/projectconf.html#platformio
[platformio]
auto_update_libraries = Yes
auto_update_platforms = Yes
check_libraries_interval = 1
check_platformio_interval = 1
check_platforms_interval = 1
enable_telemetry = No
# http://docs.platformio.org/en/latest/platforms/atmelavr.html
[env:autogen_uno]
platform = atmelavr
framework = arduino
board = uno
#targets = upload
#upload_port = /dev/cu.usbmodemFD121
# http://docs.platformio.org/en/latest/platforms/atmelavr.html
[env:autogen_leonardo]
platform = atmelavr
framework = arduino
board = leonardo
#targets = upload
#upload_port = /dev/cu.usbmodemFD121
# # http://docs.platformio.org/en/latest/platforms/teensy.html
# [env:autogen_teensy]
# platform = teensy
# framework = arduino
# board = teensy31
# #targets = upload
# #upload_port = /dev/cu.usbmodemFD121