server_file.h 106 B

123
  1. #include <esp_http_server.h>
  2. void register_server_file_uri(httpd_handle_t server, const char *base_path);