Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

arduino-create-agent
====================

Expand Down Expand Up @@ -375,6 +376,8 @@ The results of the upload will be delivered via websocket with messages that loo

## Development

Please remember that for compile the project, you need go version <= 1.8.7 (more recent versions are not supported for compile)

To clone the repository, run the following command:
```
go get github.com/arduino/arduino-create-agent
Expand Down
1 change: 1 addition & 0 deletions tools/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ var systems = map[string]string{
"darwinamd64": "apple-darwin",
"windows386": "i686-mingw32",
"windowsamd64": "i686-mingw32",
"linuxarm": "arm-linux-gnueabihf",
}

func mimeType(data []byte) (string, error) {
Expand Down