Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit c2b2ba6

Browse files
fix: disable ota temporarily
1 parent e14d9ab commit c2b2ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ tools.arduinoSTM32load.upload.params.verbose=-v
106106
tools.arduinoSTM32load.upload.params.quiet=
107107
tools.arduinoSTM32load.upload.pattern="{path}/{cmd}" -dfu "{runtime.tools.dfu-util-0.9.0-arduino1.path}" -bin "{build.path}/{build.project_name}.bin" -port="{serial.port}" "{upload.params.verbose}"
108108

109-
tools.arduinoSTM32load.upload.network_pattern="{runtime.tools.wifilink_mcuota-1.0.0.path}/wifilink_mcuota" -f "{build.path}/{build.project_name}.hex" -i "{serial.port}"
109+
#tools.arduinoSTM32load.upload.network_pattern="{runtime.tools.wifilink_mcuota-1.0.0.path}/wifilink_mcuota" -f "{build.path}/{build.project_name}.hex" -i "{serial.port}"
110110

111111

112112
#

0 commit comments

Comments
 (0)