New release for ESP8266 Arduino Core

Dear Sirs,
it is just released, version 2.7.0


This release bringing many bug killing and improvements. It is worth to test it in your projects.

Thanks and Best Regards,
Mike Kranidis

3 Likes

@PeteKnight Dear Pete, feel free to change category, I just realized that the Lounge is accessible only by a few members only.
Thanks and Best Regards,
Mike Kranidis

1 Like

@PeteKnight is sleeping :sleeping::sleeping::sleeping:

1 Like

Bug fix now released v2.7.1…

Pete.

2 Likes

One of the major impacts in the near future to expect if moving to core 2.7.1+

  1. Deprecate (slow) SPIFFS. To use LittleFS => loosing stored SPIFF data

However, FS will be reformated and there is no procedure to transform an already existing SPIFFS FS into a LittleFS one.

How to change in code

Just replace all occurrence of SPIFFS by LittleFS in your code.

  1. Libraries relying on SPIFFS to store Credentials and libraries to be changed with stored data loss. OK if use EEPROM option.

Not affected if using these libraries:

2 Likes

2.7.2 now released…

Pete.

2 Likes

The new core 2.7.2 is just a bug-fixing minor release, no breaking change. The transition is smooth and safe.
Already testing with several libraries without any issue yet

  1. ESP_WiFiManager
  2. Blynk_WM
  3. ESP_DoubleResetDetector
2 Likes

2.7.3 now released…

Pete.

1 Like

Thank you Pete
It’s a good news.

And yet another one…

Pete.

1 Like