Files
yggdrasil/thermo_sensor/main/ygg_http_routes.h
T
2026-09-11 10:19:50 +02:00

9 lines
143 B
C

#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