mirror of
https://github.com/platformio/platformio-core.git
synced 2025-11-11 21:09:53 +01:00
11 lines
190 B
INI
11 lines
190 B
INI
[env:arduino_pro5v]
|
|
platform = atmelavr
|
|
board_mcu = atmega168
|
|
board_f_cpu = 16000000L
|
|
|
|
upload_port = /dev/tty.SLAB_USBtoUART
|
|
upload_protocol = arduino
|
|
upload_speed = 19200
|
|
|
|
targets = upload
|