WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/arduino/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,13 @@ adapt the build folder appropriately when run from a different location.
18
18
On success, this will create a `build` directory under the `hello_world`
19
19
example.
20
20
21
+
The Arduino service requires only the build directory to work properly.
22
+
The app path is not required but can be used to derive the build directory. If not specified, it will be set to the current working directory.
23
+
24
+
The build directory is the directory that contains the binary and configuration files.
25
+
It can be specified as an absolute path or a relative path to the app path.
26
+
If nothing is specified, it will look forthe `build` directoryin the app path. If it still doesn't find it, it will assume the build directory is the app path.
0 commit comments