Skip to content

Commit 26d7b20

Browse files
brentrubrentru
and
brentru
authored
Patch for MetroX Arduino Repo (espressif#88)
* add new build platform * split it out Co-authored-by: brentru <[email protected]>
1 parent 939d3f0 commit 26d7b20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: build_platform.py

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
if "Adafruit_Learning_System_Guides" in BUILD_DIR:
2525
print("Found learning system repo")
2626
IS_LEARNING_SYS = True
27+
elif "METROX-Examples-and-Project-Sketches" in BUILD_DIR:
28+
print("Found MetroX Examples Repo")
29+
IS_LEARNING_SYS = True
2730

2831
#os.system('pwd')
2932
#os.system('ls -lA')

0 commit comments

Comments
 (0)