We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51eab0f commit bec6008Copy full SHA for bec6008
linux/maple_upload.sh
@@ -34,7 +34,7 @@ if ! "${DIR}/upload-reset" "${dummy_port_fullpath}" 750; then
34
sleep 2 # Wait for user to see message.
35
fi
36
37
-COUNTER=10
+COUNTER=5
38
while
39
"${DIR}/dfu-util.sh" -d "${usbID}" -a "${altID}" -D "${binfile}" ${dfuse_addr} -R
40
((ret = $?))
macosx/maple_upload.sh
0 commit comments