added verbose output to PIO build flags
This commit is contained in:
parent
568dc93311
commit
539e5d1411
1 changed files with 8 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ platform = atmelavr
|
||||||
board = ATmega88P
|
board = ATmega88P
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps = Arduino
|
lib_deps = Arduino
|
||||||
|
|
||||||
|
build_flags =
|
||||||
|
; --verbose
|
||||||
|
|
||||||
upload_protocol = arduino
|
upload_protocol = arduino
|
||||||
; each flag in a new line
|
; each flag in a new line
|
||||||
upload_flags =
|
upload_flags =
|
||||||
|
|
@ -53,6 +57,10 @@ platform = atmelavr
|
||||||
board = ATmega328PB
|
board = ATmega328PB
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps = Arduino
|
lib_deps = Arduino
|
||||||
|
|
||||||
|
build_flags =
|
||||||
|
; --verbose
|
||||||
|
|
||||||
upload_protocol = arduino
|
upload_protocol = arduino
|
||||||
; each flag in a new line
|
; each flag in a new line
|
||||||
upload_flags =
|
upload_flags =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue