File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.
142142
143143tools.bossac_remote.upload.pattern=/usr/bin/run-bossac {upload.verbose} --port=ttyATH0 -U {upload.native_usb} -e -w -v /tmp/sketch.bin -R
144144
145- tools.bossac.network_cmd={runtime.tools.arduinoOTA.path}/arduinoOTA
145+ tools.bossac.network_cmd={runtime.tools.arduinoOTA.path}/bin/ arduinoOTA
146146tools.bossac.upload.network_pattern="{network_cmd}" -address {serial.port} -port 65280 -sketch "{build.path}/{build.project_name}.bin" -upload /sketch -b
147147
148148#
@@ -157,7 +157,7 @@ tools.openocd.upload.params.verbose=-d2
157157tools.openocd.upload.params.quiet=-d0
158158tools.openocd.upload.pattern="{path}/{cmd}" {upload.verbose} -s "{path}/share/openocd/scripts/" -f "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "telnet_port disabled; program {{{build.path}/{build.project_name}.bin}} verify reset 0x2000; shutdown"
159159
160- tools.openocd.network_cmd={runtime.tools.arduinoOTA.path}/arduinoOTA
160+ tools.openocd.network_cmd={runtime.tools.arduinoOTA.path}/bin/ arduinoOTA
161161tools.openocd.upload.network_pattern={network_cmd} -address {serial.port} -port 65280 -sketch "{build.path}/{build.project_name}.bin" -upload /sketch -b
162162
163163# Program flashes the binary at 0x0000, so use the linker script without_bootloader
You can’t perform that action at this time.
0 commit comments