cmaglie/FlashStorage

getDataPtr method for FlashAsEEPROM

thelsing opened this issue · 2 comments

Could you add a getDataPtr method that returns _eeprom.data to the FlashAsEEPROM class?
This would make the lib more compatible to the esp8266 EEPROM class. See https://github.com/esp8266/Arduino/blob/f77645465c25f07ded11091a39bad25ef1ec8c1d/libraries/EEPROM/EEPROM.cpp#L135

Would you like to submit a PR for that?

I submitted #23