We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d8744 commit 832dc81Copy full SHA for 832dc81
rpc/cc/arduino/cli/commands/v1/compile.proto
@@ -94,7 +94,7 @@ message CompileRequest {
94
// the variables placeholders exactly as defined in the platform.
95
bool do_not_expand_build_properties = 29;
96
// Search for precompiled cores in the given paths and use them if found.
97
- // This search is performed before the standard build_cache directory.
+ // This search is performed after the standard build_cache directory.
98
repeated string build_cache_extra_paths = 30;
99
}
100
0 commit comments