copy old script
This commit is contained in:
parent
bb8219e217
commit
c258d15f8d
1 changed files with 2 additions and 2 deletions
|
|
@ -421,9 +421,9 @@ def test_examples_in_folder(folderpath):
|
||||||
|
|
||||||
if BUILD_WARN:
|
if BUILD_WARN:
|
||||||
if os.path.exists(gen_file_name):
|
if os.path.exists(gen_file_name):
|
||||||
cmd = ['arduino-cli', 'compile', '--warnings', 'all', '--fqbn', fqbn, '-v', '-e', folderpath]
|
cmd = ['arduino-cli', 'compile', '--warnings', 'none', '--fqbn', fqbn, '-v', '-e', folderpath]
|
||||||
else:
|
else:
|
||||||
cmd = ['arduino-cli', 'compile', '--warnings', 'all', '--fqbn', fqbn, folderpath]
|
cmd = ['arduino-cli', 'compile', '--warnings', 'none', '--fqbn', fqbn, folderpath]
|
||||||
else:
|
else:
|
||||||
cmd = ['arduino-cli', 'compile', '--warnings', 'none', '--v', '--fqbn', fqbn, '--export-binaries', folderpath]
|
cmd = ['arduino-cli', 'compile', '--warnings', 'none', '--v', '--fqbn', fqbn, '--export-binaries', folderpath]
|
||||||
print(cmd)
|
print(cmd)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue