mechanical-dog-bot/include/web.h

8 lines
187 B
C

#include <AsyncTCP.h>
#include <DNSServer.h>
#include <WiFi.h>
#include "ESPAsyncWebServer.h"
void web_init();
void web_loop();
void ref_ret(AsyncWebServerRequest* request, String html);