Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
compiler.libraries.ldflags= was missing, generating an error when try…
…ing to link precompiled libraries.

This line is required to be compatible with the Arduino library specification
  • Loading branch information
marcel-licence committed Nov 27, 2021
commit afc2ecaf819f14a92a180a36d28b1d23571742bc
1 change: 1 addition & 0 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ compiler.cpp.extra_flags=
compiler.ar.extra_flags=
compiler.objcopy.eep.extra_flags=
compiler.elf2hex.extra_flags=
compiler.libraries.ldflags=

## generate file with git version number
## needs git
Expand Down