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 5d9c58b commit 2bac261Copy full SHA for 2bac261
platform.json
@@ -41,7 +41,7 @@
41
"packages": {
42
"toolchain-xtensa": {
43
"type": "toolchain",
44
- "version": "~1.40802.0"
+ "version": "<3"
45
},
46
"framework-arduinoespressif8266": {
47
"type": "framework",
platform.py
@@ -19,6 +19,8 @@ class Espressif8266Platform(PlatformBase):
19
20
def configure_default_packages(self, variables, targets):
21
framework = variables.get("pioframework")
22
+ if "arduino" not in framework:
23
+ self.packages['tool-mkspiffs']['optional'] = "~1.40802.0"
24
if "buildfs" in targets:
25
self.packages['tool-mkspiffs']['optional'] = False
26
return PlatformBase.configure_default_packages(
0 commit comments