Skip to content

Commit ed7bc74

Browse files
committed
fix(maple_upload): add a delay after upload
else logs are not properly displayed (mixed). Signed-off-by: Frederic Pillon <[email protected]>
1 parent 75e067f commit ed7bc74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

maple_upload.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ do
7070
fi
7171
done
7272

73+
sleep 1
74+
7375
printf "Waiting for %s serial..." "${dummy_port_fullpath}"
7476
COUNTER=40
7577
if [ ${OS_DIR} = "win" ]; then

0 commit comments

Comments
 (0)