Skip to content

Commit 7eeb32b

Browse files
committed
Use base flags if framework is not specified // Issue #14
1 parent fc8faa8 commit 7eeb32b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builder/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
)
7575
)
7676

77+
if not env.get("PIOFRAMEWORK"):
78+
env.SConscript("frameworks/_bare.py")
79+
7780
#
7881
# Target: Build executable and linkable firmware
7982
#

0 commit comments

Comments
 (0)