Skip to content

Commit cc2e633

Browse files
committed
Use arduinoOTA 1.3.0
1 parent afc1607 commit cc2e633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ tools.avrdude.path={runtime.tools.avrdude-6.3.0-arduino14.path}
9797
tools.avrdude.cmd.path={path}/bin/avrdude
9898
tools.avrdude.config.path={path}/etc/avrdude.conf
9999

100-
tools.avrdude.network_cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA
100+
tools.avrdude.network_cmd={runtime.tools.arduinoOTA-1.3.0.path}/bin/arduinoOTA
101101

102102
tools.avrdude.upload.params.verbose=-v
103103
tools.avrdude.upload.params.quiet=-q -q
@@ -123,7 +123,7 @@ tools.avrdude.bootloader.pattern="{cmd.path}" "-C{config.path}" {bootloader.verb
123123

124124
tools.avrdude_remote.upload.pattern=/usr/bin/run-avrdude /tmp/sketch.hex {upload.verbose} -p{build.mcu}
125125

126-
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}
126+
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 -d -v
127127

128128
# USB Default Flags
129129
# Default blank usb manufacturer will be filled in at compile time

0 commit comments

Comments
 (0)