ESP32 uses SPIEEPROM to store CVs
murarduino opened this issue · 0 comments
murarduino commented
I understand ESP32's NMRADCC to write CVs to a flash block, I'm worried that frequent reads and writes will drastically shorten the RAM life. For this, I would like to be able to create an external EEPROM storage space for storing CVs via SPI
How does this require adjusting the code?