-
-
Notifications
You must be signed in to change notification settings - Fork 221
Update core to 3.0.0 #249
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
Comments
FYI until a core update is released (which I don't think will take very long), see this topic for some simple |
And what did I say? 4 minutes ago changes were pushed to support the latest 3.0.0 core. Waiting for release ^_^ |
Hi guys, the Arduino and toolchain packages have been updated to the latest 3.0 and 10.2.0 accordingly. Please retest your projects with the upstream version: [env:d1]
platform = https://github.com/platformio/platform-espressif8266.git
framework = arduino
board = d1 |
I love those guys! ehm, not in that sense. 😄 |
Works flawlessly for me! I also noted that you already extended the documentation with the new MMU features for increased heap, so that it will be displayed at https://docs.platformio.org/en/latest/platforms/espressif8266.html soon, great. Testing my example linked above with the new platform [env:d1]
platform = https://github.com/platformio/platform-espressif8266.git
framework = arduino
board = d1
build_flags = -D PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48_SECHEAP_SHARED
monitor_speed = 74880 Works exactly as before
|
@valeros but is there some command to force the update? |
Remove |
@maxgerhardt done it but it redownload the old version:
|
but if you go here: how those things works? will we see a release soon? |
edit: I am trying core 3.0 on my projects, it broke most of the libs I use, most of them are very popular... |
They'll probably release it as a new stable new version after it has been tested for some while / no issue reported.
If you want to test it you can't use
Which ones? Do the people at the Arduino core already know about this? |
FastLED is the most broken one |
Yeah but per FastLED/FastLED#1236 and FastLED/FastLED#1237 they seem to have been informed about this. |
at this point how can I revert to a previous release if they release the 3.0? |
Yes as the documentation says you can use any platform-espressif8266 release at any time, like |
3.0 broke so much things, I hope you'll not release it that soon :D |
Updated in the latest release https://github.com/platformio/platform-espressif8266/releases/tag/v3.0.0 |
New core version has been released https://github.com/esp8266/Arduino/releases/tag/3.0.0
The text was updated successfully, but these errors were encountered: