Add Library
This commit is contained in:
parent
e365b9dbd9
commit
3c47103b39
318 changed files with 56465 additions and 0 deletions
9
libraries/ArduinoOTA/extras/avr/platform.local.txt
Normal file
9
libraries/ArduinoOTA/extras/avr/platform.local.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
# This configuration file supports the general ArduinoOTA library https://github.com/jandrassy/ArduinoOTA
|
||||
|
||||
## Create output (bin file)
|
||||
recipe.objcopy.bin.pattern="{compiler.path}{compiler.elf2hex.cmd}" -O binary {compiler.elf2hex.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.bin"
|
||||
|
||||
tools.avrdude.upload.network_pattern="{network_cmd}" -address {serial.port} -port 65280 -username arduino -password "{network.password}" -sketch "{build.path}/{build.project_name}.bin" -upload /sketch -b
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue