Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 858c87e

Browse files
author
Brian Baltz
committed
Replace EDU with Arduino 101 in OSX upload script
Signed-off-by: Brian Baltz <[email protected]>
1 parent 02879b4 commit 858c87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clupload/cluploadEDU_osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ if [ "x$f" != "x" ] ; then
3535
echo "Using dfu-util to send " $bin_file_name
3636
DYLD_LIBRARY_PATH=$fixed_path $DFU -D $bin_file_name -v --alt 7 -R
3737
else
38-
echo "ERROR: Timed out waiting for Intel EDU."
38+
echo "ERROR: Timed out waiting for Arduino 101."
3939
fi

0 commit comments

Comments
 (0)