refactor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef HTTP_ROUTES_H
|
||||
#define HTTP_ROUTES_H
|
||||
|
||||
esp_err_t ygg_get_temp_handler(httpd_req_t *req);
|
||||
|
||||
extern const httpd_uri_t ygg_temp_uri;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user