Skip to content

Commit 70b3581

Browse files
committed
fix(readme): Fix Arduino readme
1 parent dff48ba commit 70b3581

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/arduino/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ The app path is not required but can be used to derive the build directory. If n
2323

2424
The build directory is the directory that contains the binary and configuration files.
2525
It can be specified as an absolute path or a relative path to the app path.
26-
If nothing is specified, it will look for the `build` directory in 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 for the binary file in the build directory and its subdirectories. If no binary file is found, it will raise an error.
2728

2829
### Run the tests
2930

0 commit comments

Comments
 (0)