new meter
This commit is contained in:
16
components/rest_api/include/static_file_api.h
Normal file
16
components/rest_api/include/static_file_api.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "esp_http_server.h"
|
||||
|
||||
/**
|
||||
* @brief Registra o handler para servir arquivos estáticos da web (SPA)
|
||||
*/
|
||||
void register_static_file_handlers(httpd_handle_t server, void *ctx);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user