Skip to content

Commit 23e5eaa

Browse files
committed
Merge branch 'release/v2.0.1'
2 parents 96a04be + 15d89e3 commit 23e5eaa

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/platformio/platform-espressif8266.git"
1414
},
15-
"version": "2.0.0",
15+
"version": "2.0.1",
1616
"packageRepositories": [
1717
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1818
"http://dl.platformio.org/packages/manifest.json",
@@ -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)