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 1f820d4 commit b4a0bdaCopy full SHA for b4a0bda
main.go
@@ -69,6 +69,10 @@ func main() {
69
fmt.Println(err)
70
os.Exit(1)
71
}
72
+ if counter == 4 {
73
+ fmt.Println("Flashing is taking longer than expected")
74
+ fmt.Println("Try pressing MASTER_RESET button")
75
+ }
76
if strings.Contains(string(out), "sensor_core") {
77
board_found = true
78
PrintlnVerbose("Device found!")
@@ -111,7 +115,7 @@ func main() {
111
115
fmt.Println("SUCCESS: Sketch will execute in about 5 seconds.")
112
116
os.Exit(0)
113
117
} else {
114
- fmt.Println("ERROR: Timed out waiting for Arduino 101 on" + com_port)
118
+ fmt.Println("ERROR: Upload failed on " + com_port)
119
120
121
0 commit comments