File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ mkrwifi1010.build.vid=0x2341
175175mkrwifi1010.build.pid=0x8054
176176mkrwifi1010.bootloader.tool=openocd
177177mkrwifi1010.bootloader.file=mkrwifi1010/samd21_sam_ba_arduino_mkrwifi1010.bin
178+ mkrwifi1010.arduinoota.extraflags=-d
178179
179180# Arduino NANO 33 IoT
180181# --------------------
Original file line number Diff line number Diff line change @@ -153,8 +153,9 @@ tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.
153153
154154tools.bossac_remote.upload.pattern=/usr/bin/run-bossac {upload.verbose} --port=ttyATH0 -U {upload.native_usb} -e -w -v /tmp/sketch.bin -R
155155
156- tools.bossac.network_cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA
157- tools.bossac.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
156+ arduinoota.extraflags=
157+ tools.bossac.network_cmd={runtime.tools.arduinoOTA-1.3.0.path}/bin/arduinoOTA
158+ tools.bossac.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 {arduinoota.extraflags}
158159
159160#
160161# BOSSA (ignore binary size)
You can’t perform that action at this time.
0 commit comments