#ifndef LITTLEFS_WRAPPER_H #define LITTLEFS_WRAPPER_H #include bool handle_file(String &&path); bool handle_list(); const String format_bytes(size_t const &bytes); void delete_recursive(const String &path); void format_filesystem(); void handle_upload(); void send_response(); void setup_filesystem(); #endif /* LITTLEFS_WRAPPER_H */