mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 17:40:57 +02:00
15 lines
286 B
INI
15 lines
286 B
INI
# Copyright (C) Ivan Kravets <me@ikravets.com>
|
|
# See LICENSE for details.
|
|
|
|
[env:arduino_pro5v]
|
|
platform = atmelavr
|
|
board_mcu = atmega168
|
|
board_f_cpu = 16000000L
|
|
|
|
upload_port = /dev/tty.SLAB_USBtoUART
|
|
# upload_port = COM3
|
|
upload_protocol = arduino
|
|
upload_speed = 19200
|
|
|
|
targets = upload
|