Skip to content

Commit c67f2f2

Browse files
committed
Typo fix
1 parent 2bac261 commit c67f2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Espressif8266Platform(PlatformBase):
2020
def configure_default_packages(self, variables, targets):
2121
framework = variables.get("pioframework")
2222
if "arduino" not in framework:
23-
self.packages['tool-mkspiffs']['optional'] = "~1.40802.0"
23+
self.packages['toolchain-xtensa']['version'] = "~1.40802.0"
2424
if "buildfs" in targets:
2525
self.packages['tool-mkspiffs']['optional'] = False
2626
return PlatformBase.configure_default_packages(

0 commit comments

Comments
 (0)