diff options
author | David Madison <dmadison@users.noreply.github.com> | 2022-02-22 02:33:40 -0500 |
---|---|---|
committer | David Madison <dmadison@users.noreply.github.com> | 2022-02-22 02:33:40 -0500 |
commit | 6fae84b8eb73d09883ab1df6de027179622a1e07 (patch) | |
tree | 8da66d3bb9a4c3d2ce6aa3c80b7f6e91ce6f951b /platform.txt | |
parent | d52b6ea456dd145025659359847e3ba8b58b5a27 (diff) | |
parent | b3243815e2ed8c72f9ac3669e69632a590b1d048 (diff) |
Merge tag '1.8.5' into upstream-1.8.5
Diffstat (limited to 'platform.txt')
-rw-r--r-- | platform.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/platform.txt b/platform.txt index 345b979..dcc119f 100644 --- a/platform.txt +++ b/platform.txt @@ -126,8 +126,10 @@ tools.avrdude.bootloader.pattern="{cmd.path}" "-C{config.path}" {bootloader.verb tools.avrdude_remote.upload.pattern=/usr/bin/run-avrdude /tmp/sketch.hex {upload.verbose} -p{build.mcu} -# the following rule is deprecated by pluggable discovery -tools.avrdude.upload.network_pattern="{tools.arduino_ota.cmd}" -address {serial.port} -port {upload.network.port} -sketch "{build.path}/{build.project_name}.hex" -upload {upload.network.endpoint_upload} -sync {upload.network.endpoint_sync} -reset {upload.network.endpoint_reset} -sync_exp {upload.network.sync_return} +# The following rule is deprecated by pluggable discovery. +# We keep it to avoid breaking compatibility with the Arduino Java IDE. +tools.avrdude.network_cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA +tools.avrdude.upload.network_pattern="{network_cmd}" -address {serial.port} -port {upload.network.port} -sketch "{build.path}/{build.project_name}.hex" -upload {upload.network.endpoint_upload} -sync {upload.network.endpoint_sync} -reset {upload.network.endpoint_reset} -sync_exp {upload.network.sync_return} # arduino ota tools.arduino_ota.cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA |