waterish_os_rev3_public/libraries/ArduinoOTA/extras/avr/platform.local.txt

10 lines
531 B
Plaintext

# 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