2020-09-13 16:58:36 -07:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include <Arduino.h>
|
|
|
|
|
#include <functional>
|
|
|
|
|
|
|
|
|
|
void initWebServer();
|
|
|
|
|
|
|
|
|
|
void handleNotFound();
|
|
|
|
|
|
|
|
|
|
void handleWebResponse();
|
|
|
|
|
|
|
|
|
|
void handleJSONChatHistory();
|
|
|
|
|
|
|
|
|
|
void notifyWebUI();
|
|
|
|
|
|
2020-09-18 15:33:03 -07:00
|
|
|
void handleHotspot();
|