Skip to content

Commit ade19a5

Browse files
committed
Merge branch 'release/v3.4.1'
2 parents 2ced975 + 5b06114 commit ade19a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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
#

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/platformio/platform-nxplpc.git"
1414
},
15-
"version": "3.4.0",
15+
"version": "3.4.1",
1616
"packageRepositories": [
1717
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1818
"http://dl.platformio.org/packages/manifest.json"

0 commit comments

Comments
 (0)