added verbose output to PIO build flags

This commit is contained in:
pyr0ball 2020-01-06 11:28:12 -08:00
parent 568dc93311
commit 539e5d1411

View file

@ -31,6 +31,10 @@ platform = atmelavr
board = ATmega88P
framework = arduino
lib_deps = Arduino
build_flags =
; --verbose
upload_protocol = arduino
; each flag in a new line
upload_flags =
@ -53,6 +57,10 @@ platform = atmelavr
board = ATmega328PB
framework = arduino
lib_deps = Arduino
build_flags =
; --verbose
upload_protocol = arduino
; each flag in a new line
upload_flags =