Hello,
On the Arduino and ESP8266 platforms I was using the SDConfigFile.h library to read the configuration from the SD card. I wanted to make the jump to ESP32 and the problem is that ESP32 handles SD cards differently, so this library won't work. I searched for something similar, but with mediocre results.
Question: is it possible to adapt this library to ESP32, and if not, what can I use instead? I would not like to change the whole file structure, as I have a lot of them and they are proven.
Thanks in advance for your help.