Files
firmware/src/meshwifi/meshhttp.h
2020-09-18 10:48:39 -07:00

16 lines
184 B
C

#pragma once
#include <Arduino.h>
#include <functional>
void initWebServer();
void handleNotFound();
void handleWebResponse();
void handleJSONChatHistory();
void notifyWebUI();