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 2bac261 commit c67f2f2Copy full SHA for c67f2f2
platform.py
@@ -20,7 +20,7 @@ class Espressif8266Platform(PlatformBase):
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"
+ self.packages['toolchain-xtensa']['version'] = "~1.40802.0"
24
if "buildfs" in targets:
25
self.packages['tool-mkspiffs']['optional'] = False
26
return PlatformBase.configure_default_packages(
0 commit comments