Skip to content

Commit

Permalink
Merge branch 'release/v2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Feb 24, 2019
2 parents 96a04be + 15d89e3 commit 23e5eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-espressif8266.git"
},
"version": "2.0.0",
"version": "2.0.1",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json",
Expand Down Expand Up @@ -41,7 +41,7 @@
"packages": {
"toolchain-xtensa": {
"type": "toolchain",
"version": "~2.40802.0"
"version": "~1.40802.0"
},
"framework-arduinoespressif8266": {
"type": "framework",
Expand Down
2 changes: 0 additions & 2 deletions platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ def configure_default_packages(self, variables, targets):
self.packages['sdk-esp8266']['optional'] = False
if "buildfs" in targets:
self.packages['tool-mkspiffs']['optional'] = False
if not framework or "simba" in framework:
self.packages['toolchain-xtensa']['version'] = "<2"
return PlatformBase.configure_default_packages(
self, variables, targets)

0 comments on commit 23e5eaa

Please sign in to comment.