ESP32_spiffs_example
ESP32_spiffs_example copied to clipboard
rmdir is missing
rmdir() is missing. Can be linked to unlink, it seems to work but is it proper solution?
This example now used esp-idf spiffs, modified to support the directories.
rmdir() and mkdir() functions are added.