firmware/src/meshwifi/meshhttp.h

17 lines
202 B
C
Raw Normal View History

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