Skip to content

ESp8266 Arduino V2.6.0 #181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mars000 opened this issue Nov 9, 2019 · 7 comments
Closed

ESp8266 Arduino V2.6.0 #181

mars000 opened this issue Nov 9, 2019 · 7 comments

Comments

@mars000
Copy link

mars000 commented Nov 9, 2019

I noticed this version just released on GitHub.
Just for my understanding does PlatformIO automatically pick this up as an updated within the PlatformIO GUI in VSC or do I need to wait for someone to publish a PlatformIO file of sorts ?

@Jason2866
Copy link
Contributor

See #180

@Niek
Copy link

Niek commented Nov 11, 2019

Also: #167

@Niek
Copy link

Niek commented Nov 25, 2019

Thanks @valeros, are you going to release a version on GitHub as well?

@valeros
Copy link
Member

valeros commented Nov 25, 2019

If there are no critical issues, it'll be released within a few days. As for now you can try the upstream vesion:

[env:upstream_develop]
platform = https://github.com/platformio/platform-espressif8266.git
board = ...

@dirkmueller
Copy link

It looks like tool-esptoolpy is still old, it should be 1.20800.0, with other words it needs to include https://github.com/espressif/esptool/releases/tag/v2.8

@valeros
Copy link
Member

valeros commented Nov 25, 2019

Do you experience any issues with the current tool-esptoolpy?

@dirkmueller
Copy link

@valeros not yet, however this is not matching the official release.. when you download https://github.com/esp8266/Arduino/releases/download/2.6.1/esp8266-2.6.1.zip

and do

$ grep __version__ tools/esptool/esptool.py
__version__ = "2.8"

you can see that it has 2.8, while platformio installs 2.6:

grep __version__ ~/.platformio/packages//tool-esptoolpy/esptool.py 
__version__ = "2.6"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants