File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ tools.avrdude.path={runtime.tools.avrdude-6.3.0-arduino14.path}
97
97
tools.avrdude.cmd.path={path}/bin/avrdude
98
98
tools.avrdude.config.path={path}/etc/avrdude.conf
99
99
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
101
101
102
102
tools.avrdude.upload.params.verbose=-v
103
103
tools.avrdude.upload.params.quiet=-q -q
@@ -123,7 +123,7 @@ tools.avrdude.bootloader.pattern="{cmd.path}" "-C{config.path}" {bootloader.verb
123
123
124
124
tools.avrdude_remote.upload.pattern=/usr/bin/run-avrdude /tmp/sketch.hex {upload.verbose} -p{build.mcu}
125
125
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
127
127
128
128
# USB Default Flags
129
129
# Default blank usb manufacturer will be filled in at compile time
You can’t perform that action at this time.
0 commit comments