Skip to content

Commit 88c6693

Browse files
author
Federico Fissore
committed
Update README.md
Signed-off-by: Federico Fissore <[email protected]>
1 parent f2d71bb commit 88c6693

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ This tool generates function prototypes and gathers library paths, providing `gc
3333

3434
* `-logger`: Optional, can be "human" or "machine". Defaults to "human". If "machine", messages emitted will be in a format which the Arduino IDE understands and that it uses for I18N.
3535

36-
* `-lib-discovery-recursion-depth`: Optional. Defaults to 3. How deep should library discovery go down looking for included libraries.
36+
* `-lib-discovery-recursion-depth`: Optional. Defaults to 4. How deep should library discovery go down looking for included libraries.
3737

3838
* `-version`: if specified, prints version and exits.
3939

4040
* `-build-options-file`: it specifies path to a local `build.options.json` file (see paragraph below), which allows you to omit specifying params such as `-hardware`, `-tools`, `-libraries`, `-fqbn`, `-pref` and `-ide-version`.
4141

42+
* `-vid-pid`: when specified, VID/PID specific build properties are used, if boards supports them.
43+
4244
Final mandatory parameter is the sketch to compile (of course).
4345

4446
### What is and how to use build.options.json file

0 commit comments

Comments
 (0)