firmware/src/meshwifi/meshhttp.h

18 lines
225 B
C
Raw Normal View History

#pragma once
#include <Arduino.h>
#include <functional>
void initWebServer();
void handleNotFound();
void handleWebResponse();
void handleJSONChatHistory();
void notifyWebUI();
2020-09-18 22:33:03 +00:00
void handleHotspot();
void handleRoot();