Any #ESP32 experts here? I am currently pondering about an idea for a project, for which I need to be able to configure some settings easily on my ESP without access to a programmer. My idea now was to emulate a MSD with a fake filesystem with only one file - config.txt. If this file is read, I want to send a generated file with the current configuration settings from memory. If the file is written, I parse the file and set the settings accordingly. Is something like this possible?

