We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84d4ff commit 75e067fCopy full SHA for 75e067f
maple_upload.sh
@@ -70,13 +70,13 @@ do
70
fi
71
done
72
73
-printf "Waiting for %s serial..." "${dummy_port_fullpath}" >&2
+printf "Waiting for %s serial..." "${dummy_port_fullpath}"
74
COUNTER=40
75
if [ ${OS_DIR} = "win" ]; then
76
while [ $COUNTER -gt 0 ]; do
77
if ! "${DIR}/${OS_DIR}/check_port${EXT}" "${dummy_port_fullpath}"; then
78
COUNTER=$((COUNTER - 1))
79
- printf "." >&2
+ printf "."
80
sleep 0.1
81
else
82
break
@@ -86,7 +86,7 @@ if [ ${OS_DIR} = "win" ]; then
86
87
while [ ! -r "${dummy_port_fullpath}" ] && [ $COUNTER -gt 0 ]; do
88
89
90
91
92
@@ -95,5 +95,5 @@ if [ $COUNTER -eq -0 ]; then
95
echo " Timed out." >&2
96
exit 1
97
98
- echo " Done." >&2
+ echo " Done."
99
0 commit comments