platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
336 stars 219 forks source link

Update to Arduino Core 3.0.2 #255

Closed mcspr closed 3 years ago

mcspr commented 3 years ago

New version has been released https://github.com/esp8266/Arduino/releases/tag/3.0.2

valeros commented 3 years ago

Updated, please retest using the upstream version of the platform:

[env:nodemcuv2]
platform = https://github.com/platformio/platform-espressif8266.git
framework = arduino
board = nodemcuv2
mcspr commented 3 years ago

It should also include toolchain bump to resolve inttypes.h issue, can't build the mcve from the link below https://github.com/esp8266/Arduino/issues/8220 https://github.com/esp8266/Arduino/pull/8222

valeros commented 3 years ago

Thanks, toolchain packages have been updated as well, please run pio platform update espressif8266 in your terminal.

mcspr commented 3 years ago

it works, thanks!

mcspr commented 3 years ago

@valeros should this be tagged for platform release?

valeros commented 3 years ago

Will be released tomorrow.