We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4504635 commit 22e9203Copy full SHA for 22e9203
exe/ci_system_check.rb
@@ -30,7 +30,7 @@
30
got_problem = true unless arduino_cmd.install_library("USBHost")
31
got_problem = true unless arduino_cmd.library_is_indexed
32
33
-got_problem = true unless arduino_cmd.set_pref(compiler.warning_level, "all")
+got_problem = true unless arduino_cmd.set_pref("compiler.warning_level", "all")
34
35
abort if got_problem
36
exit(0)
0 commit comments