We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b971749 + ff1c39f commit 11627eaCopy full SHA for 11627ea
README.md
@@ -1,3 +1,4 @@
1
+
2
arduino-create-agent
3
====================
4
@@ -375,6 +376,8 @@ The results of the upload will be delivered via websocket with messages that loo
375
376
377
## Development
378
379
+Please remember that for compile the project, you need go version <= 1.8.7 (more recent versions are not supported for compile)
380
381
To clone the repository, run the following command:
382
```
383
go get github.com/arduino/arduino-create-agent
tools/download.go
@@ -56,6 +56,7 @@ var systems = map[string]string{
56
"darwinamd64": "apple-darwin",
57
"windows386": "i686-mingw32",
58
"windowsamd64": "i686-mingw32",
59
+ "linuxarm": "arm-linux-gnueabihf",
60
}
61
62
func mimeType(data []byte) (string, error) {
0 commit comments