Update to Core 2.7.2
helmar74 opened this issue · 1 comments
helmar74 commented
Hi,
just a simple question:
How can I "Upgrade" to Core 2.7.2 (for the upcoming) 8.4.0 Release?
Why is in platformio.ini mention 2.5.3 ... but 2.7.1 is used for compilation:
[core]
; *** Esp8266 Arduino core 2.7.1
platform = espressif8266@2.5.3
I tried to change 2.5.3 to 2.7.2 but an error occured...
Thanks a lot
Jason2866 commented
Platformio counting is different from Arduino core number.
You have to use for core 2.7.2
[core]
; *** Esp8266 Arduino core 2.7.2
platform = espressif8266@2.6.0