fixed platformio config for new version #bugfix
This commit is contained in:
parent
a178ce5d3c
commit
580c2b86b2
1 changed files with 3 additions and 1 deletions
|
|
@ -55,7 +55,9 @@ board = ATmega328PB
|
|||
framework = arduino
|
||||
lib_deps = Arduino
|
||||
|
||||
build_flags = !python version_git.py
|
||||
build_flags =
|
||||
!python version_git.py
|
||||
-Wl,-Map,output.map
|
||||
; --verbose
|
||||
|
||||
upload_protocol = arduino
|
||||
|
|
|
|||
Loading…
Reference in a new issue