Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit11627ea

Browse files
authored
Merge pull request#261 from arduino/linux-arm-tool-fix
[WE-158] Linux arm tool fix
2 parentsb971749 +ff1c39f commit11627ea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
arduino-create-agent
23
====================
34

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

376377
##Development
377378

379+
Please remember that for compile the project, you need go version <= 1.8.7 (more recent versions are not supported for compile)
380+
378381
To clone the repository, run the following command:
379382
```
380383
go get github.com/arduino/arduino-create-agent

‎tools/download.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ var systems = map[string]string{
5656
"darwinamd64":"apple-darwin",
5757
"windows386":"i686-mingw32",
5858
"windowsamd64":"i686-mingw32",
59+
"linuxarm":"arm-linux-gnueabihf",
5960
}
6061

6162
funcmimeType(data []byte) (string,error) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp