Files
firmware/src/meshwifi/meshhttp.h
2020-09-22 21:01:31 -07:00

21 lines
277 B
C

#pragma once
#include <Arduino.h>
#include <functional>
void initWebServer();
void handleNotFound();
void handleWebResponse();
void handleJSONChatHistory();
void notifyWebUI();
void handleHotspot();
// WebServer webserver(80);
void handleStyleCSS();
void handleRoot();