Files
yggdrasil/common/esp32/ygg_http_server.h
T

7 lines
95 B
C
Raw Normal View History

2026-09-11 10:19:50 +02:00
#ifndef YGG_HTTP_SERV
#define YGG_HTTP_SERV
httpd_handle_t ygg_start_webserver(void);
#endif