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 82de264 commit 062a4d9Copy full SHA for 062a4d9
tools/build_all.py
@@ -44,7 +44,7 @@ def build_examples(variant):
44
45
fqbn = "adafruit:nrf52:{}:softdevice={},debug=l0".format(variant, 's140v6' if variant != 'feather52832' else 's132v6')
46
47
- for sketch in glob.iglob('libraries/**/bluefruit_playground.ino', recursive=True):
+ for sketch in glob.iglob('libraries/**/*.ino', recursive=True):
48
start_time = time.monotonic()
49
50
# Skip if contains: ".board.test.skip" or ".all.test.skip"
0 commit comments