1 #pragma once 2 3 #include "esp_err.h" 4 5 #define ESP_VFS_FLAG_CONTEXT_PTR 1 6 #define ESP_VFS_PATH_MAX 15 7