We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc13fa5 commit fc6bcdeCopy full SHA for fc6bcde
.github/ci/.idf_build_examples_config.toml
@@ -12,3 +12,8 @@ target = "all"
12
13
# build related options
14
build_dir = "build_@t_@w"
15
+
16
+# use ignore_build_warnings.txt from esp-idf
17
+ignore_warning_files = [
18
+ 'tools/ci/ignore_build_warnings.txt',
19
+]
0 commit comments