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 57fd2e3 commit 13246f8Copy full SHA for 13246f8
tools/build_all.py
@@ -72,7 +72,7 @@ def build_examples(variant):
72
print((build_format + '| {:5} |').format('Library', 'Example', 'Result', 'Time'))
73
print(build_separator)
74
subprocess.run("arduino --board adafruit:nrf52:cplaynrf52840:softdevice=s140v6,debug=l0 --save-prefs", shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
75
-build_examples('feather52840')
+build_examples('cplaynrf52840')
76
77
78
0 commit comments