eeprom32_rotate icon indicating copy to clipboard operation
eeprom32_rotate copied to clipboard

Wrapper around Arduino Core for ESP32 EEPROM library that handles partition rotation

Results 2 eeprom32_rotate issues
Sort by recently updated
recently updated
newest added

Hi there I have this compile error which I'm unsure how to resolve. Can somebody help? I was compiling the basic example in this case. https://github.com/xoseperez/eeprom32_rotate/blob/master/examples/basic/basic.ino Error here: ``` In...

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;...