Files
yggdrasil/common/esp32/ygg_http_server.h
T
2026-09-11 10:19:50 +02:00

7 lines
95 B
C

#ifndef YGG_HTTP_SERV
#define YGG_HTTP_SERV
httpd_handle_t ygg_start_webserver(void);
#endif