This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
old-monorepo/Arduino/Console/platformio.ini
2021-06-28 17:54:41 +02:00

16 lines
480 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:console]
platform = atmelavr
board = nanoatmega328
framework = arduino
upload_port = COM4
monitor_port = COM4