eeprom32_rotate icon indicating copy to clipboard operation
eeprom32_rotate copied to clipboard

Compilation error in Platformio IDE using Espressif 32 platform v1.10.0 or higher

Open 3KMedialab opened this issue 4 years ago • 0 comments

Hi.

When updating Espressif 32 platform in Platformio IDE to version 1.10.0, the following compilation error is raised:

lib/eeprom32_rotate/src/EEPROM32_Rotate.h:42:11: error: 'esp_partition_t' does not name a type const esp_partition_t * part;

Looking into the version's changelog you can see the following:

Updated ESP-IDF to 3.3 LTS.

Maybe this could be the problem.

I'm using 0.9.3 version of your lib.

Best Regards.

3KMedialab avatar Nov 01 '19 14:11 3KMedialab