Files
arduino-nano-opst/platformio.ini
Pascal Lais 6d7c355e6b
All checks were successful
continuous-integration/drone/push Build is passing
Update 'platformio.ini'
Define monitor_speed to 115200
2020-08-03 15:55:50 +02:00

16 lines
470 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:nanoatmega328]
platform = atmelavr
board = nanoatmega328
framework = arduino
monitor_speed = 115200