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

Commit 2bee4ff

Browse files
author
Brian Baltz
committed
Add to Go-script: Fix timeout message for IDE
Signed-off-by: Brian Baltz <[email protected]>
1 parent eac8b5d commit 2bee4ff

File tree

4 files changed

+3
-82
lines changed

4 files changed

+3
-82
lines changed

arduino101load/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ multiplatform launcher for Arduino101 dfu-util flashing utility
88
* execute
99
```bash
1010
export GOPATH=$PWD
11-
go get
11+
export GOBIN=.
12+
go get -d
1213
go build
1314
```
1415
to produce a binary of `arduino101load` for your architecture.

arduino101load/arduino101load

3.51 MB
Binary file not shown.

arduino101load/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func main() {
8383
}
8484

8585
if board_found == false {
86-
fmt.Println("ERROR: Timed out waiting for Arduino 101 on " + com_port)
86+
fmt.Println("ERROR: Device is not responding.")
8787
os.Exit(1)
8888
}
8989

clupload/cluploadArduino101_osx.sh

-80
This file was deleted.

0 commit comments

Comments
 (0)