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.
2 parents 2ced975 + 5b06114 commit ade19a5Copy full SHA for ade19a5
builder/main.py
@@ -74,6 +74,9 @@
74
)
75
76
77
+if not env.get("PIOFRAMEWORK"):
78
+ env.SConscript("frameworks/_bare.py")
79
+
80
#
81
# Target: Build executable and linkable firmware
82
platform.json
@@ -12,7 +12,7 @@
12
"type": "git",
13
"url": "https://github.com/platformio/platform-nxplpc.git"
14
},
15
- "version": "3.4.0",
+ "version": "3.4.1",
16
"packageRepositories": [
17
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
18
"http://dl.platformio.org/packages/manifest.json"
0 commit comments