mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 18:52:30 +00:00
21 lines
277 B
C
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(); |