New 2.0.0 release of arduino-esp32 :)

ardiuno-esp32 version 2.0.0 is now released :smiley:
I appreciate PIO devs will need some time to bring this in so that it is available for use in the espressif32 platform. How long would this normally take please? Iโ€™m eager to remove all the workarounds from my platformio.ini files :+1:

They know, and are working on it.

1 Like

Note that 2.0.0 has also been updated to the FS library, making it faster to read and write

FS 1.0 speed:
Reading file: /foo.txt
Read from file: Hello World!
1048576 bytes read for 947 ms
1048576 bytes written for 2305 ms
Total space: 252MB
Used space: 30MB

FS2.0 speed:
Reading file: /foo.txt
Read from file: Hello World!
1048576 bytes read for 779 ms
1048576 bytes written for 2164 ms
Total space: 252MB
Used space: 30MB