File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 21
21
- ` metrics ` - settings related to the collection of data used for continued improvement of Arduino CLI.
22
22
- ` addr ` - TCP port used for metrics communication.
23
23
- ` enabled ` - controls the use of metrics.
24
+ - ` sketch ` - configuration options relating to [ Arduino sketches] [ sketch specification ] .
25
+ - ` always_export_binaries ` - set to ` true ` to make [ ` arduino-cli compile ` ] [ arduino-cli compile ] always save binaries
26
+ to the sketch folder. This is the equivalent of using the [ ` --export-binaries ` ] [ arduino-cli compile options ] flag.
24
27
25
28
## Configuration methods
26
29
@@ -131,6 +134,9 @@ additional_urls = [ "https://downloads.arduino.cc/packages/package_staging_index
131
134
[ grpc ] : https://grpc.io
132
135
[ sketchbook directory ] : sketch-specification.md#sketchbook
133
136
[ arduino cli lib install ] : commands/arduino-cli_lib_install.md
137
+ [ sketch specification ] : sketch-specification.md
138
+ [ arduino-cli compile ] : commands/arduino-cli_compile.md
139
+ [ arduino-cli compile options ] : commands/arduino-cli_compile.md#options
134
140
[ arduino-cli config dump ] : commands/arduino-cli_config_dump.md
135
141
[ arduino cli command reference ] : commands/arduino-cli.md
136
142
[ arduino-cli global flags ] : commands/arduino-cli_config.md#options-inherited-from-parent-commands
You can’t perform that action at this time.
0 commit comments