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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ The app path is not required but can be used to derive the build directory. If n
23
23
24
24
The build directory is the directory that contains the binary and configuration files.
25
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.
26
+
If nothing is specified, it will use the app path instead.
27
+
It will recursively search forthe binary filein the build directory and its subdirectories. If no binary file is found, it will raise an error.
0 commit comments