esp_vfs.h 113 B

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