eeprom32_rotate
eeprom32_rotate copied to clipboard
Compilation error in Arduino IDE
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 file included from D:\Desktop\EEPROM32_ROTATE\EEPROM32_ROTATE.ino:5:
C:\Program Files (x86)\Arduino\portable\packages\esp32\hardware\esp32\2.0.2\libraries\eeprom32_rotate\src/EEPROM32_Rotate.h: In constructor 'EEPROM32_Rotate::EEPROM32_Rotate()':
C:\Program Files (x86)\Arduino\portable\packages\esp32\hardware\esp32\2.0.2\libraries\eeprom32_rotate\src/EEPROM32_Rotate.h:52:13: error: '_user_defined_size' was not declared in this scope
_user_defined_size = 0;
^~~~~~~~~~~~~~~~~~
Full compile log attached.
I'm facing the same issue, did you manage to solve it?
Please check the latest code in master branch.
Version 0.9.4, latest available in Arduino IDE, issue persists.