Skip to content

Commit 3560302

Browse files
committed
Downgrade toolchain
1 parent 11184d3 commit 3560302

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"packages": {
4242
"toolchain-xtensa": {
4343
"type": "toolchain",
44-
"version": "~2.40802.0"
44+
"version": "~1.40802.0"
4545
},
4646
"framework-arduinoespressif8266": {
4747
"type": "framework",

platform.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,5 @@ def configure_default_packages(self, variables, targets):
2323
self.packages['sdk-esp8266']['optional'] = False
2424
if "buildfs" in targets:
2525
self.packages['tool-mkspiffs']['optional'] = False
26-
if not framework or "simba" in framework:
27-
self.packages['toolchain-xtensa']['version'] = "<2"
2826
return PlatformBase.configure_default_packages(
2927
self, variables, targets)

0 commit comments

Comments
 (0)